11 lines
291 B
Text
11 lines
291 B
Text
|
[Unit]
|
||
|
Description=Certbot Renewal Timer
|
||
|
[Timer]
|
||
|
WakeSystem=false
|
||
|
OnCalendar={{ haproxy_certbot_renewal_timer_calendar }}
|
||
|
{% if haproxy_certbot_renewal_random_delay != '' %}
|
||
|
RandomizedDelaySec={{ haproxy_certbot_renewal_random_delay }}
|
||
|
{% endif %}
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|