mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
c69945d7ea
commit
9ba1f892ab
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue