10 lines
110 B
SYSTEMD
10 lines
110 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Run script every 15 minutes
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar=*:0/15
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|
||
|
|
|