dotfiles/roles/certbot/templates/certbot.timer

12 lines
178 B
SYSTEMD
Raw Normal View History

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