diff options
-rw-r--r-- | cf/conf/config.xml | 9 | ||||
-rw-r--r-- | conf.default/config.xml | 9 |
2 files changed, 18 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> 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> <!-- |