summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2017-09-25 18:28:01 +0100
committerBen Copeland <ben.copeland@linaro.org>2017-09-25 18:28:01 +0100
commitb3beba0862dec9d34148bddcd27b2d1b092f1dde (patch)
treeff6629c861c15d4961dc89b5637a8c1ae853b73e
parent4c3d91c2fcca62ab3277d37ee1587ac41fc2b189 (diff)
Letsencrypt: Update crontab entry
Change-Id: Ic6f68ffc1167d6c725dba058d3ca266b90d9b187
-rw-r--r--roles/letsencrypt/templates/letsencrypt-crontab.cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/letsencrypt/templates/letsencrypt-crontab.cron b/roles/letsencrypt/templates/letsencrypt-crontab.cron
index f041b667..035e9e46 100644
--- a/roles/letsencrypt/templates/letsencrypt-crontab.cron
+++ b/roles/letsencrypt/templates/letsencrypt-crontab.cron
@@ -1,2 +1,2 @@
MAILTO=linaro-infrastructure-errors@lists.linaro.org
-@monthly /usr/bin/letsencrypt renew && systemctl reload apache2
+30 2 * * 1 /usr/bin/letsencrypt renew && systemctl reload apache2