summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-12 18:18:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-12 18:18:50 +0000
commit29edaa0b9d8401f98c7625c69174dd1bad125550 (patch)
tree849efc64a8c225966ca464af45db046e0efbe51e /etc/crontab
parent5b6582a2b4dc6b4e248538ae67f9ad1996c8d410 (diff)
downloadpfsense-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/crontab2
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
OpenPOWER on IntegriCloud