11 lines
166 B
SYSTEMD
11 lines
166 B
SYSTEMD
# /etc/systemd/system/droa.timer
|
|
[Unit]
|
|
Description=Update ROA periodically
|
|
|
|
[Timer]
|
|
OnBootSec=2m
|
|
OnUnitActiveSec=30m
|
|
AccuracySec=1m
|
|
|
|
[Install]
|
|
WantedBy=timers.target |