mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Hinzugefügt:
* Wake-On-Lan * Connection-Scheduler git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@211 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# $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
|
||||
@@ -33,9 +33,12 @@ 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
|
||||
|
||||
# URL Filter
|
||||
%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
|
||||
|
||||
# connection-scheduler
|
||||
*/5 * * * * /usr/local/bin/connscheduler timer > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user