summaryrefslogtreecommitdiffstats
path: root/conf.default
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-27 19:37:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-27 19:37:56 +0000
commit78a96e2c0a04df3de9a7527817e4cb3a5bc29d5f (patch)
treeaf2951a35dabed118ec2b601abffe125a669a39f /conf.default
parent46c5d91505ae21a40945277c30c84439e3c3c73f (diff)
downloadpfsense-78a96e2c0a04df3de9a7527817e4cb3a5bc29d5f.zip
pfsense-78a96e2c0a04df3de9a7527817e4cb3a5bc29d5f.tar.gz
Reset SLBD every 5 hours to avoid 100% cpu utilization Ticket #1316
Diffstat (limited to 'conf.default')
-rw-r--r--conf.default/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index 57cfdfc..7f60343 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -606,6 +606,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>
<wol>
<!--
OpenPOWER on IntegriCloud