Deploy systemd timer that writes zomboid container stats to zomboid-stats.json every 30 seconds for gregtime to read. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
144 B
Django/Jinja
10 lines
144 B
Django/Jinja
[Unit]
|
|
Description=Update Zomboid container stats every 30 seconds
|
|
|
|
[Timer]
|
|
OnBootSec=30s
|
|
OnUnitActiveSec=30s
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|