From 799375606850d31f2142ffc142c070a15df6cd12 Mon Sep 17 00:00:00 2001 From: "Soren (Molty)" Date: Thu, 21 May 2026 13:25:03 +0930 Subject: [PATCH] Added the crontab to the repo so we can track the settings for the automation tasks --- CRONTAB.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CRONTAB.md 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