11 lines
178 B
SYSTEMD
11 lines
178 B
SYSTEMD
[Unit]
|
|
Description=Run certbot once a week
|
|
|
|
[Timer]
|
|
OnCalendar={{ certbot_frequency }}
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
RandomizedDelaySec=100min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|