Sane cron interval

This commit is contained in:
dave 2017-07-19 22:19:38 -07:00
parent bdfee9f47d
commit b8dd5a2d3d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
* * * * * simplecert /usr/bin/python3 /usr/local/bin/simplewrapper.py >> /srv/acme/logs/cron.log 2>&1
*/4 * * * * simplecert /usr/bin/python3 /usr/local/bin/simplewrapper.py >> /srv/acme/logs/cron.log 2>&1