]> git.pld-linux.org Git - packages/DenyHosts.git/blob - DenyHosts.cron
- add note about daemon mode, skip cron run if daemon lockfile is present
[packages/DenyHosts.git] / DenyHosts.cron
1 # NOTE:
2 # if you run service in daemon mode, you should really rm this cron
3 # definition, they do not cope! (this file will not be reinstalled by rpm once
4 # removed)
5
6 MAILTO=root
7 */10 * * * * root test -f /var/lock/subsys/denyhosts && exec python /usr/bin/denyhosts.py -c /etc/DenyHosts.cfg
This page took 0.050178 seconds and 4 git commands to generate.