12 lines
185 B
SYSTEMD
12 lines
185 B
SYSTEMD
[Unit]
|
|
Description=Run RF4 Spotter health check every five minutes
|
|
|
|
[Timer]
|
|
OnBootSec=2min
|
|
OnUnitActiveSec=5min
|
|
RandomizedDelaySec=30s
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|