9 lines
128 B
SYSTEMD
9 lines
128 B
SYSTEMD
[Unit]
|
|
Description=Run health check every 2 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/2
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|