10 lines
156 B
SYSTEMD
10 lines
156 B
SYSTEMD
[Unit]
|
|
Description=Run inadyn every 15 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:00,15,30,45:00
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|