Markus Pesch
2b7dd6b706
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
237 B
Django/Jinja
16 lines
237 B
Django/Jinja
#
|
|
# {{ ansible_managed }}
|
|
#
|
|
|
|
[Unit]
|
|
Description=Timer to start renovate periodically
|
|
|
|
[Timer]
|
|
OnCalendar={{ renovate_systemd_timer_oncalendar }}
|
|
Persistent=true
|
|
RandomizedDelaySec=0
|
|
WakeSystem=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|