12 lines
230 B
Django/Jinja
12 lines
230 B
Django/Jinja
# {{ ansible_managed }}
|
|
#
|
|
[Unit]
|
|
Description=Timer which runs all services on a weekly basis inside the weekly.target.wants directory
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
Unit=weekly.target
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|