# The Fedora default is to use daemon mode, but if you wish to have
# denyhosts run periodically, you can uncomment the appropriate two lines.
#
# It would be unwise to attempt to run denyhosts both as a daemon and from
# cron, however, so make sure not to enable or start the service if
# uncommenting these lines.
#
# Run denyhosts occasionally; adjust the time span to your liking
#*/10 * * * * root /usr/bin/denyhosts.py -c /etc/denyhosts.conf
#
# Automatically purge old entries early in the morning.  Note that you must
# edit /etc/denyhosts.conf and set PURGE_DENY to something reasonable, as the
# default value purge time is set very high.
#0 5 * * * root /usr/bin/denyhosts.py -c /etc/denyhosts.conf --purge
