run Agent at low priority

closes #203
This commit is contained in:
Collin M. Barrett 2018-02-12 18:20:23 -06:00
parent c69945d7ea
commit 9ba1f892ab

View file

@ -1,2 +1,2 @@
# FilterLists - Try Capture Snapshots Every Minute (skips if previous still running)
*/1 * * * * /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/filterlists/FilterLists.Agent > /dev/null 2>&1
# FilterLists Capture Snapshots
*/1 * * * * nice -n 19 /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/api.filterlists/FilterLists.Agent > /dev/null 2>&1