summaryrefslogtreecommitdiffstats
path: root/conf.default
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 /conf.default
parent4c91a3567a288e2ba9a58eea239d2816a0936b6a (diff)
downloadpfsense-7995441eac6b0d44d96364f3e0c48fe66008af3f.zip
pfsense-7995441eac6b0d44d96364f3e0c48fe66008af3f.tar.gz
Oops, we need /etc/ping_hosts.sh to run every 5 minutes.
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 97442a4..822c19b 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -597,6 +597,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>
<wol>
<!--
OpenPOWER on IntegriCloud