Added the crontab to the repo so we can track the settings for the automation tasks

This commit is contained in:
2026-05-21 13:25:03 +09:30
parent 16283a64e3
commit 7993756068
+6
View File
@@ -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