summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoryyamashita <yyamashita@mosquit.one>2026-05-16 12:33:56 +0900
committeryyamashita <yyamashita@mosquit.one>2026-05-16 12:33:56 +0900
commit8297e8437e67b198ea1b88fea054da89229859e2 (patch)
treec0012f1916dd62e626c6f2c1e412faa7dab4ee0e /scripts
parent6dfae0c390ca2a0dc3d6dabc1a52263bfec9b6a7 (diff)
Fix claude remote-control command flag syntax
--remote-control はサブコマンドではなくオプションフラグのため修正。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/claude-daemon-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/claude-daemon-setup.sh b/scripts/claude-daemon-setup.sh
index 35f5416..4176936 100644
--- a/scripts/claude-daemon-setup.sh
+++ b/scripts/claude-daemon-setup.sh
@@ -26,7 +26,7 @@ After=network.target
Type=simple
User=root
WorkingDirectory=${DIR}
-ExecStart=/usr/bin/env claude remote-control --name "${NAME}" --spawn worktree
+ExecStart=/usr/bin/env claude --remote-control "${NAME}"
Restart=always
RestartSec=15
StandardOutput=journal