]> git.pld-linux.org Git - packages/DenyHosts.git/blob - DenyHosts.cron
BR: rpmbuild(macros) >= 1.710
[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.058558 seconds and 3 git commands to generate.