12 lines
173 B
SYSTEMD
12 lines
173 B
SYSTEMD
[Unit]
|
|
Description=stats-gateway probe every 5 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=2min
|
|
OnUnitActiveSec=5min
|
|
RandomizedDelaySec=30s
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|