diff options
-rw-r--r-- | etc/crontab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index 4e1d922..94bf435 100644 --- a/etc/crontab +++ b/etc/crontab @@ -5,5 +5,5 @@ HOME=/var/log 0 * * * * root /usr/bin/nice -n20 newsyslog 1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a 1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh -*/60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout -* */20 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update +*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout +1 0-1 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update |