Explorar el Código

Change Let's Encrypt certificates renewal to be spread out during the night

Emmanuel Bouthenot hace 3 años
padre
commit
919509fc4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/common/templates/cron/letsencrypt.j2

+ 1 - 1
roles/common/templates/cron/letsencrypt.j2

@@ -10,4 +10,4 @@ SHELL=/bin/sh
 PATH=/bin:/sbin:/usr/bin:/usr/sbin
 MAILTO=root
 
-@daily      root    dehydrated --cron 2>&1 1>/dev/null | grep -v 'WARNING.*Extra configuration directory.*exists, but no configuration found'
+42 0-7 * * *    root    dehydrated --cron 2>&1 1>/dev/null | grep -v 'WARNING.*Extra configuration directory.*exists, but no configuration found'