aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/05_homepage/templates/etc_crontab.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/jails/05_homepage/templates/etc_crontab.j2')
-rw-r--r--roles/jails/05_homepage/templates/etc_crontab.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/jails/05_homepage/templates/etc_crontab.j2 b/roles/jails/05_homepage/templates/etc_crontab.j2
index 8541f57..6ec1b69 100644
--- a/roles/jails/05_homepage/templates/etc_crontab.j2
+++ b/roles/jails/05_homepage/templates/etc_crontab.j2
@@ -6,4 +6,5 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
#
#minute hour mday month wday who command
-# TODO: update linklog
+# Update agate TLS certs if letsencrypt cert has changed
+*/5 * * * * root /usr/local/bin/update-agate-certs >> /var/log/update-agate-certs.log 2>&1