From fbcfbf1109662bdc0c7fe9dfcbd02821162a5b39 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 9 Jul 2005 23:13:03 +0000 Subject: [PATCH] Run the expiretable utility on the sshlockout table once every 60 minutes --- etc/crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/crontab b/etc/crontab index 4d0d7e977c..5aa690f526 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