ansible-edda/playbooks/roles/services/deploy/lrproxy/templates/systemd/container-lrproxy-certbot.timer

15 lines
274 B
SYSTEMD
Raw Normal View History

[Unit]
2023-07-09 22:02:51 +02:00
Description=Renew certificates with certbot
Documentation=man:certbot(1)
BindsTo=pod-lrproxy.service
After=pod-lrproxy.service
2022-11-18 23:57:29 +01:00
DefaultDependencies=no
[Timer]
2023-07-09 22:02:51 +02:00
OnCalendar=Fri *-*-* 06:00:00
Persistent=true
RandomizedDelaySec=1h
[Install]
WantedBy=pod-lrproxy.service