summaryrefslogtreecommitdiffstats
path: root/cf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-15 20:28:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-15 20:28:51 +0000
commit97baba3128c522a99027b563327d4af7576d563d (patch)
tree260810b4ee232998b63508c0cb686cb2de040b87 /cf
parent8de68a2cd905a3dd1d068cbb002f62abcfe6b157 (diff)
downloadpfsense-97baba3128c522a99027b563327d4af7576d563d.zip
pfsense-97baba3128c522a99027b563327d4af7576d563d.tar.gz
Oops, we need /etc/ping_hosts.sh to run every 5 minutes.
Diffstat (limited to 'cf')
-rw-r--r--cf/conf/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index a57dc18..e505c62 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -606,6 +606,15 @@
<who>root</who>
<command>/usr/local/bin/checkreload.sh</command>
</item>
+ <item>
+ <minute>*/5</minute>
+ <hour>*</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/etc/ping_hosts.sh</command>
+ </item>
</cron>
<installedpackages>
</installedpackages>
OpenPOWER on IntegriCloud