diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-16 12:33:56 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-16 12:33:56 +0900 |
| commit | 8297e8437e67b198ea1b88fea054da89229859e2 (patch) | |
| tree | c0012f1916dd62e626c6f2c1e412faa7dab4ee0e /scripts/claude-daemon-setup.sh | |
| parent | 6dfae0c390ca2a0dc3d6dabc1a52263bfec9b6a7 (diff) | |
Fix claude remote-control command flag syntax
--remote-control はサブコマンドではなくオプションフラグのため修正。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'scripts/claude-daemon-setup.sh')
| -rw-r--r-- | scripts/claude-daemon-setup.sh | 2 |
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 |
