diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-09 23:13:03 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-09 23:13:03 +0000 |
commit | fbcfbf1109662bdc0c7fe9dfcbd02821162a5b39 (patch) | |
tree | 5749024d5040beb5ff6e1eea49ea920a3d061bce /etc/crontab | |
parent | c2bf0974fd7eb322014f42abae80f1604398f829 (diff) | |
download | pfsense-fbcfbf1109662bdc0c7fe9dfcbd02821162a5b39.zip pfsense-fbcfbf1109662bdc0c7fe9dfcbd02821162a5b39.tar.gz |
Run the expiretable utility on the sshlockout table once every 60 minutes
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/crontab b/etc/crontab index 4d0d7e9..5aa690f 100644 --- a/etc/crontab +++ b/etc/crontab @@ -11,3 +11,4 @@ HOME=/var/log 1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a */5 * * * * root /usr/bin/nice -n20 /etc/rc.prunecaptiveportal 1 * 1 * * root /usr/bin/nice -n20 /etc/update_bogons.sh +*/60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 60 sshlockout |