From 8297e8437e67b198ea1b88fea054da89229859e2 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sat, 16 May 2026 12:33:56 +0900 Subject: Fix claude remote-control command flag syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --remote-control はサブコマンドではなくオプションフラグのため修正。 Co-Authored-By: Claude Sonnet 4.6 --- scripts/claude-daemon-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/claude-daemon-setup.sh') 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 -- cgit v1.2.3