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>
7 lines
130 B
Django/Jinja
7 lines
130 B
Django/Jinja
[Unit]
|
|
Description=Write Zomboid container stats to file
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart={{ podman_home }}/bin/zomboid-stats.sh
|