7 lines
426 B
Markdown
7 lines
426 B
Markdown
# 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
|