roles/nginx: Only run Let's Encrypt checks once a day
I can't remember where I had seen it recommended to be twice a day, but it seems overkill.
This commit is contained in:
parent
b2e2d7bb9e
commit
a38d822fad
@ -2,8 +2,8 @@
|
|||||||
Description=Renew Let's Encrypt certificates
|
Description=Renew Let's Encrypt certificates
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
# twice a day, at midnight and noon
|
# once a day, at 2AM
|
||||||
OnCalendar=*-*-* 00,12:00:00
|
OnCalendar=*-*-* 02:00:00
|
||||||
# Add a random delay of 0–3600 seconds
|
# Add a random delay of 0–3600 seconds
|
||||||
RandomizedDelaySec=3600
|
RandomizedDelaySec=3600
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
Loading…
Reference in New Issue
Block a user