role-certbot/files/certbot-renewal.timer

13 lines
263 B
SYSTEMD
Raw Normal View History

2025-03-22 19:31:01 -05:00
[Unit]
Description=Runs certbot-renewal once per day
[Timer]
# Time to wait after booting before we run first time
OnBootSec=10min
# Time between running each consecutive time
OnUnitActiveSec=1d
Unit=certbot-renewal.service
[Install]
WantedBy=multi-user.target