diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-05-15 20:29:31 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-05-15 20:29:31 +0000 |
commit | 7995441eac6b0d44d96364f3e0c48fe66008af3f (patch) | |
tree | 70059bfeb73e69f75ae73c71289290cbe76438f1 /cf/conf/config.xml | |
parent | 4c91a3567a288e2ba9a58eea239d2816a0936b6a (diff) | |
download | pfsense-7995441eac6b0d44d96364f3e0c48fe66008af3f.zip pfsense-7995441eac6b0d44d96364f3e0c48fe66008af3f.tar.gz |
Oops, we need /etc/ping_hosts.sh to run every 5 minutes.
Diffstat (limited to 'cf/conf/config.xml')
-rw-r--r-- | cf/conf/config.xml | 9 |
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> |