morphit/ops/systemd/morphit-certbot-monitor.timer

15 lines
428 B
SYSTEMD

[Unit]
Description=Morphit certbot monitor timer — daily TLS expiry check
Documentation=https://git.agorise.net/agorise/morphit
Requires=morphit-certbot-monitor.service
[Timer]
# Daily at 04:30 UTC + 1h random delay to spread load if many
# operators schedule on the same day-boundary.
OnCalendar=*-*-* 04:30:00 UTC
RandomizedDelaySec=1h
Persistent=true
Unit=morphit-certbot-monitor.service
[Install]
WantedBy=timers.target