]> git.pld-linux.org Git - packages/ffsearch.git/commitdiff
- cron for ffsearch
authorundefine <undefine@pld-linux.org>
Wed, 3 Sep 2003 20:10:13 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffsearch.crond -> 1.1

ffsearch.crond [new file with mode: 0644]

diff --git a/ffsearch.crond b/ffsearch.crond
new file mode 100644 (file)
index 0000000..9135dac
--- /dev/null
@@ -0,0 +1,9 @@
+# FFsearch configuration
+# complete scan every day at 8
+0 8 * * * ffsearch /usr/lib/ffsearch/bin/ffsearch.pl --complete
+
+# additional scan per 4 hours
+0 4,12,16,18,22 * * * ffsearch /usr/lib/ffsearch/bin/ffsearch.pl --incremental
+
+# check hosts online every 10 minuts
+*/10 * * * * ffsearch /usr/lib/ffsearch/bin/online_check.pl
This page took 0.060349 seconds and 4 git commands to generate.