From 2f29258c969ff44d1e326a2cce916deeea799a89 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sat, 10 Feb 2018 16:36:40 -0600 Subject: [PATCH] add cron job for reference --- cron.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cron.txt diff --git a/cron.txt b/cron.txt new file mode 100644 index 000000000..31ecd4182 --- /dev/null +++ b/cron.txt @@ -0,0 +1,2 @@ +# FilterLists - Capture Snapshots Hourly (skips if previous still running) +0 * * * * /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/filterlists/FilterLists.Agent \ No newline at end of file