Harden service restart and disable Zellij UI artifacts

Service: add TimeoutStopSec=5 and SendSIGKILL=yes so restarts don't
hang on stubborn claude processes. Reduce RestartSec to 3s.

Zellij: disable session serialization, release notes, and splash screen
so sessions always start fresh with the bare layout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 01:19:40 +01:00
co-authored by Claude Opus 4.6
parent 7fcdae3f2e
commit 91703e2d11
2 changed files with 80 additions and 74 deletions
+7 -1
View File
@@ -15,8 +15,14 @@ WorkingDirectory=/mnt/media/Projects
# -t fontSize=14: Terminal font size
ExecStart=/usr/local/bin/ttyd -p 8888 -W -a -t fontSize=14 /usr/local/bin/clide-launcher
# Kill all child processes (ttyd → zellij → clide → claude)
KillMode=control-group
KillSignal=SIGTERM
TimeoutStopSec=5
SendSIGKILL=yes
Restart=on-failure
RestartSec=10
RestartSec=3
# Environment for 256-color + truecolor
Environment="TERM=xterm-256color"