12 lines
198 B
SYSTEMD
12 lines
198 B
SYSTEMD
[Unit]
|
|
Description=Run PodMan public URL healthcheck every minute
|
|
|
|
[Timer]
|
|
OnBootSec=30s
|
|
OnUnitActiveSec=60s
|
|
AccuracySec=10s
|
|
Unit=podman-public-healthcheck.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|