15 lines
274 B
SYSTEMD
15 lines
274 B
SYSTEMD
[Unit]
|
|
Description=Renew certificates with certbot
|
|
Documentation=man:certbot(1)
|
|
BindsTo=pod-lrproxy.service
|
|
After=pod-lrproxy.service
|
|
DefaultDependencies=no
|
|
|
|
[Timer]
|
|
OnCalendar=Fri *-*-* 06:00:00
|
|
Persistent=true
|
|
RandomizedDelaySec=1h
|
|
|
|
[Install]
|
|
WantedBy=pod-lrproxy.service
|