X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Fcron%2Fcrontab;h=e0037fe01d76bdc77b583fb8aaf91c4f4adc22b0;hb=5c8cfc9949bb66b7f91c2c413afd124de5cc4a8f;hp=2b747781558fba05e528b410a9c16e2ea84f1536;hpb=10e4f2395ed42d50545ef9c3d73994b542e09dac;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/config/cron/crontab b/config/cron/crontab index 2b74778155..e0037fe01d 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -1,11 +1,19 @@ # -# $Id: crontab,v 1.9.2.5 2005/08/16 05:39:23 gespinasse Exp $ +# crontab for ipfire # SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ +# Do all jobs in this directories +*/1 * * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.minutely +*/5 * * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.cyclic +01 * * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.hourly +&nice(10),bootrun 25 1 * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.daily +&nice(10),bootrun 47 2 * * 0 test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.weekly +&nice(10),bootrun 52 3 1 * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.monthly + # Log rotation 01 * * * * /usr/sbin/logrotate /etc/logrotate.conf @@ -33,9 +41,18 @@ HOME=/ find /var/log/logwatch/ -ctime +${LOGWATCH_KEEP=56} -exec rm -f '{}' ';' # hddshutdown -00 * * * * /usr/local/bin/hddshutdown >/dev/null +02 * * * * /usr/local/bin/hddshutdown >/dev/null + +# connection-scheduler +*/5 * * * * /usr/local/bin/connscheduler timer > /dev/null -# URL Filter +# URL Filter && Update Accelerator %nightly * 3-5 /var/ipfire/urlfilter/autoupdate/cron.daily %weekly * 3-5 /var/ipfire/urlfilter/autoupdate/cron.weekly %monthly * 3-5 * /var/ipfire/urlfilter/autoupdate/cron.monthly +%nightly * 3-5 /var/ipfire/updatexlrator/autocheck/cron.daily +%weekly * 3-5 /var/ipfire/updatexlrator/autocheck/cron.weekly +%monthly * 3-5 * /var/ipfire/updatexlrator/autocheck/cron.monthly + +# Reset Dialup Statistics +bootrun 0 0 1 * * /usr/local/bin/dialctrl.pl reset