X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Fletsencrypt_renewal.crontab;h=450f08b29cbedecb5cb7f8e51477b4003d8d3590;hb=8e4b37f9a49073460a8a6aac6eaf412daf5fee29;hp=c3acd69419971a6d4558e09346b3e9e1d4e8a6c1;hpb=f3056aa14dd7d652b75ca3d7ba8c401f5db1e22c;p=feisty_meow.git diff --git a/infobase/configuration/cron/letsencrypt_renewal.crontab b/infobase/configuration/cron/letsencrypt_renewal.crontab index c3acd694..450f08b2 100644 --- a/infobase/configuration/cron/letsencrypt_renewal.crontab +++ b/infobase/configuration/cron/letsencrypt_renewal.crontab @@ -1,9 +1,9 @@ -SHELL=/bin/bash - -# m h dom mon dow command +############## #[letsencrypt renewal] # run the letsencrypt certificate renewal process every 4 hours. -37 */4 * * * letsencrypt renew &>/tmp/letsencrypt_last_run.txt +37 */4 * * * letsencrypt renew &>>/tmp/${CRONUSER}-cron-letsencrypt_renewal.log + +##############