From: Elan Ruusamäe Date: Sat, 14 May 2016 21:04:52 +0000 (+0300) Subject: do not run monthly, to catch early problems with refreshing X-Git-Tag: auto/th/letsencrypt.sh-0.2.0-1~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=15838d70b47f57bea074f2ddb5c45e78676320e3;p=packages%2Fdehydrated.git do not run monthly, to catch early problems with refreshing (it will do nothing if cert is not to expire in 30d) --- diff --git a/crontab b/crontab index 1b76051..a1c811a 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,3 @@ MAILTO=root -42 02 1 * * /usr/sbin/letsencrypt.sh -c > /dev/null +42 02 * * 2 /usr/sbin/letsencrypt.sh -c > /dev/null