From 29edaa0b9d8401f98c7625c69174dd1bad125550 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 12 Dec 2006 18:18:50 +0000 Subject: Check DHCP interfaces every 6 hours for dhclient issues. Launch dhclient if it is not bound to an interface correctly. --- etc/crontab | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/crontab') diff --git a/etc/crontab b/etc/crontab index 556827d..c83ebb3 100644 --- a/etc/crontab +++ b/etc/crontab @@ -10,3 +10,5 @@ HOME=/var/log */5 * * * * root /usr/bin/nice -n20 /etc/ping_hosts.sh */60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot */60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c +*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c +*/360 * * * * root /usr/bin/nice -n20 /etc/rc.dhclient_cron -- cgit v1.1