summaryrefslogtreecommitdiff
path: root/claude/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'claude/systemd')
-rw-r--r--claude/systemd/claude-code@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/claude/systemd/claude-code@.service b/claude/systemd/claude-code@.service
index e3983b6..e85507e 100644
--- a/claude/systemd/claude-code@.service
+++ b/claude/systemd/claude-code@.service
@@ -7,7 +7,7 @@ Type=oneshot
RemainAfterExit=yes
WorkingDirectory=/home/yyamashita/workspaces/repos/%i
ExecStart=/usr/bin/tmux new-session -d -s claude-%i -c /home/yyamashita/workspaces/repos/%i /usr/local/bin/claude --remote-control %i --dangerously-skip-permissions
-ExecStop=/usr/bin/tmux kill-session -t claude-%i
+ExecStop=-/usr/bin/tmux kill-session -t claude-%i
Environment=HOME=/home/yyamashita
Environment=USER=yyamashita
Environment=XDG_RUNTIME_DIR=/run/user/1000