10 lines
126 B
SYSTEMD
10 lines
126 B
SYSTEMD
# {{ ansible_managed }}
|
|
|
|
[Unit]
|
|
Description=Run every 15 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:5/10
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|