summaryrefslogtreecommitdiffstats
path: root/cf/conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-15 20:29:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-15 20:29:31 +0000
commit7995441eac6b0d44d96364f3e0c48fe66008af3f (patch)
tree70059bfeb73e69f75ae73c71289290cbe76438f1 /cf/conf
parent4c91a3567a288e2ba9a58eea239d2816a0936b6a (diff)
downloadpfsense-7995441eac6b0d44d96364f3e0c48fe66008af3f.zip
pfsense-7995441eac6b0d44d96364f3e0c48fe66008af3f.tar.gz
Oops, we need /etc/ping_hosts.sh to run every 5 minutes.
Diffstat (limited to 'cf/conf')
-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