iai-mcp-opencode/deploy/systemd
Apunkt 7f01b8824e
fix(systemd): Restart=always so daemon restarts after HIBERNATION clean exit
The daemon exits with status 0 on HIBERNATION (by design, to drop RSS).
Restart=on-failure only restarts on non-zero exits, so the daemon
stayed dead. Change to Restart=always.
2026-05-19 10:32:06 +02:00
..
iai-mcp-daemon.service fix(systemd): Restart=always so daemon restarts after HIBERNATION clean exit 2026-05-19 10:32:06 +02:00