summaryrefslogtreecommitdiff
path: root/systemd/user/claude-code@.service
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-17 11:29:27 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-17 11:29:27 +0900
commitef6dbdd2ac273dc4a01c70437ee7984cea9f2a3c (patch)
tree4db9e4917a3a2ffb4d96d02fd7927dd7dcaabf39 /systemd/user/claude-code@.service
parentfa8880f38783bebbce805f8595c949b9c7f326a0 (diff)
Reorganize repo into caddy/, git/, claude/ directories
- caddy/: Caddyfile, docker-compose.yml, deploy.sh (hook runs this only) - git/: repos.txt, hooks/*/post-receive, install.sh, server-setup.sh - claude/: sessions.txt, systemd/claude-code@.service, sync.sh Post-receive hook is now: checkout + bash caddy/deploy.sh Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'systemd/user/claude-code@.service')
-rw-r--r--systemd/user/claude-code@.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/systemd/user/claude-code@.service b/systemd/user/claude-code@.service
deleted file mode 100644
index e3983b6..0000000
--- a/systemd/user/claude-code@.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=Claude Code Remote Session (%i)
-After=network.target
-
-[Service]
-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
-Environment=HOME=/home/yyamashita
-Environment=USER=yyamashita
-Environment=XDG_RUNTIME_DIR=/run/user/1000
-Environment=TMUX_TMPDIR=/tmp
-
-[Install]
-WantedBy=default.target