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