diff --git a/CRONTAB.md b/CRONTAB.md new file mode 100644 index 0000000..ac7e76d --- /dev/null +++ b/CRONTAB.md @@ -0,0 +1,6 @@ +# The contents of the local user agent crontab +# Used to maintain and document the automated tasks for this system + +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +# m h dom mon dow command +4 4-23 * * * . /home/npsagent/.config/servicem8-webhooks.env; cd /opt/webhooks && flock -n /tmp/servicem8-quote-template.lock ./poll_and_apply_quote_templates.sh --hours 6 >> /opt/webhooks/logs/cron-driver.log 2>&1