generated from eblume/project-template
Self-restart works by exiting cleanly and letting the service manager respawn the new binary. launchd already does this (KeepAlive=true), but the systemd user unit was Restart=on-failure, which ignores a clean exit (code 0). Switch to Restart=always + RestartSec=1, update the unit test, and note in run-the-daemon that existing Linux installs must `heph daemon restart` once to regenerate the unit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| self-update | ||
| agent-change-process.md | ||
| how-to.md | ||
| import-todoist.md | ||
| install-heph.md | ||
| run-the-daemon.md | ||
| set-up-sync-hub.md | ||