diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-06-27 19:37:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-06-27 19:37:11 +0000 |
commit | b1d7bc0178c3ab96273cfe4266eb5d168fcef49c (patch) | |
tree | 11dbfd4829c8eee5c391190c6b6164ff30901d44 /cf/conf | |
parent | 8fc63cd85d228fee1480f2fdda0ab4c5dd14e051 (diff) | |
download | pfsense-b1d7bc0178c3ab96273cfe4266eb5d168fcef49c.zip pfsense-b1d7bc0178c3ab96273cfe4266eb5d168fcef49c.tar.gz |
Reset SLBD every 5 hours to avoid 100% cpu utilization
Ticket #1316
Diffstat (limited to 'cf/conf')
-rw-r--r-- | cf/conf/config.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 7d749c0..b369985 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -34,7 +34,7 @@ <desc>Disable sending IPv6 redirects</desc> <tunable>net.inet6.ip6.redirect</tunable> <value>0</value> - </item> + </item> <item> <desc>Generate SYN cookies for outbound SYN-ACK packets</desc> <tunable>net.inet.tcp.syncookies</tunable> @@ -697,6 +697,15 @@ <who>root</who> <command>/etc/ping_hosts.sh</command> </item> + <item> + <minute>*/300</minute> + <hour>*</hour> + <mday>*</mday> + <month>*</month> + <wday>*</wday> + <who>root</who> + <command>/usr/local/bin/reset_slbd.sh</command> + </item> </cron> <installedpackages> </installedpackages> |