-
Notifications
You must be signed in to change notification settings - Fork 0
/
letencrypt.timer
12 lines (10 loc) · 1.27 KB
/
letencrypt.timer
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Run letencrypt every 6 weeks
[Timer]
# once every 6 weeks
OnUnitActiveSec=6w
# Be kind to the Let's Encrypt servers: add a random delay of 0–3600 seconds
RandomizedDelaySec=3600
Persistent=true
[Install]
WantedBy=timers.target