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:
Alan Orth 2016-07-08 13:50:11 +03:00
parent b2e2d7bb9e
commit a38d822fad
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -2,8 +2,8 @@
Description=Renew Let's Encrypt certificates
[Timer]
# twice a day, at midnight and noon
OnCalendar=*-*-* 00,12:00:00
# once a day, at 2AM
OnCalendar=*-*-* 02:00:00
# Add a random delay of 03600 seconds
RandomizedDelaySec=3600
Persistent=true