12 lines
287 B
SYSTEMD
12 lines
287 B
SYSTEMD
[Unit]
|
|
Description=Poll the 9800 WLC every 5 minutes
|
|
|
|
[Timer]
|
|
# Give the network a moment after boot before the first poll, otherwise a
|
|
# cold start reliably produces a false "controller unreachable".
|
|
OnBootSec=3min
|
|
OnUnitActiveSec=5min
|
|
AccuracySec=30s
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|