]> git.pld-linux.org Git - packages/dehydrated.git/commitdiff
do not run monthly, to catch early problems with refreshing
authorElan Ruusamäe <glen@delfi.ee>
Sat, 14 May 2016 21:04:52 +0000 (00:04 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 14 May 2016 21:04:52 +0000 (00:04 +0300)
(it will do nothing if cert is not to expire in 30d)

crontab

diff --git a/crontab b/crontab
index 1b760517989da3f70e1865de5f0a91ff9c2c3697..a1c811a2314abc45606b5e75c583bbdea75316ef 100644 (file)
--- 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
This page took 0.158169 seconds and 4 git commands to generate.