blob: 9ef4eb31a782d7de95d866af15dd32a08971c244 (
plain) (
tree)
|
|
[Unit]
Description=Download radius users every 10 minutes
[Timer]
Unit=getusers.service
# Time to wait after booting before we run first time
OnBootSec=10min
# Time between running each consecutive time
OnUnitActiveSec=10min
[Install]
WantedBy=timers.target
|