wlc-monitor/wlc-monitor.timer
Johan Lundberg dbc7464b58
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.13) (push) Has been cancelled
CI / container (push) Has been cancelled
Prepare project for public release
2026-07-30 23:22:10 +02:00

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