symbiont/symbiont-heartbeat.timer
Symbiont b7e026acc6 Add life support: systemd services + heartbeat timer
- symbiont-api.service: always-on API server, auto-restart on crash
- symbiont-heartbeat.timer: 5-min health checks + queue processing
- heartbeat.py: CLI auth check, disk check, ledger stats, queue drain

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 19:41:19 +00:00

11 lines
155 B
SYSTEMD

[Unit]
Description=Symbiont Heartbeat Timer - every 5 minutes
[Timer]
OnBootSec=30
OnUnitActiveSec=5min
AccuracySec=30s
[Install]
WantedBy=timers.target