- 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>
11 lines
155 B
SYSTEMD
11 lines
155 B
SYSTEMD
[Unit]
|
|
Description=Symbiont Heartbeat Timer - every 5 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=30
|
|
OnUnitActiveSec=5min
|
|
AccuracySec=30s
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|