summaryrefslogtreecommitdiffstats
path: root/cf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-29 04:09:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-29 04:09:12 +0000
commit1071e028a5b7cd229cdcc30feacedb1e09069894 (patch)
tree940af601baa92648f100fdf808dc4e121ad0ab10 /cf
parentf2025e919e0cb7819db59e684c337f653aa6cc02 (diff)
downloadpfsense-1071e028a5b7cd229cdcc30feacedb1e09069894.zip
pfsense-1071e028a5b7cd229cdcc30feacedb1e09069894.tar.gz
Backport cron handling from HEAD.
Patches-submitted-by: DSH@
Diffstat (limited to 'cf')
-rw-r--r--cf/conf/config.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml
index c00436b..f13c6f7 100644
--- a/cf/conf/config.xml
+++ b/cf/conf/config.xml
@@ -532,6 +532,80 @@
</wolentry>
-->
</wol>
+ <cron>
+ <item>
+ <minute>0</minute>
+ <hour>*</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/bin/nice -n20 newsyslog</command>
+ </item>
+ <item>
+ <minute>1,31</minute>
+ <hour>0-5</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/bin/nice -n20 adjkerntz -a</command>
+ </item>
+ <item>
+ <minute>1</minute>
+ <hour>*</hour>
+ <mday>1</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
+ </item>
+ <item>
+ <minute>*/60</minute>
+ <hour>*</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
+ </item>
+ <item>
+ <minute>1</minute>
+ <hour>1</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
+ </item>
+ <item>
+ <minute>*/60</minute>
+ <hour>*</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
+ </item>
+ <item>
+ <minute>*/60</minute>
+ <hour>*</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 1800 snort2c</command>
+ </item>
+ <item>
+ <minute>*/5</minute>
+ <hour>*</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/local/bin/checkreload.sh</command>
+ </item>
+ </cron>
<installedpackages>
</installedpackages>
</pfsense>
OpenPOWER on IntegriCloud