]> git.pld-linux.org Git - packages/DenyHosts.git/blobdiff - DenyHosts.cron
BR: rpmbuild(macros) >= 1.710
[packages/DenyHosts.git] / DenyHosts.cron
index 95151512bd5938b049af04a7e8501367d977bce2..74245820508136167209da505d6cb2cb954a107a 100644 (file)
@@ -1 +1,7 @@
-*/10 * * * * root python /usr/bin/denyhosts.py -c /etc/DenyHosts.cfg
+# NOTE:
+# if you run service in daemon mode, you should really rm this cron
+# definition, they do not cope! (this file will not be reinstalled by rpm once
+# removed)
+
+MAILTO=root
+*/10 * * * * root test -f /var/lock/subsys/denyhosts || exec python /usr/bin/denyhosts.py -c /etc/DenyHosts.cfg
This page took 0.071557 seconds and 4 git commands to generate.