diff options
-rw-r--r-- | etc/crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index 5aa690f..6a462a2 100644 --- a/etc/crontab +++ b/etc/crontab @@ -11,4 +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 +*/60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout |