diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-12-12 18:18:50 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-12-12 18:18:50 +0000 |
commit | 29edaa0b9d8401f98c7625c69174dd1bad125550 (patch) | |
tree | 849efc64a8c225966ca464af45db046e0efbe51e /etc/crontab | |
parent | 5b6582a2b4dc6b4e248538ae67f9ad1996c8d410 (diff) | |
download | pfsense-29edaa0b9d8401f98c7625c69174dd1bad125550.zip pfsense-29edaa0b9d8401f98c7625c69174dd1bad125550.tar.gz |
Check DHCP interfaces every 6 hours for dhclient issues. Launch dhclient if it is not bound to an interface correctly.
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 2 |
1 files changed, 2 insertions, 0 deletions
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 |