mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Hinzugefügt:
* Cron-Ordner. * Eine Perl-Datei für den GNUmp3d hinzugefügt. * run-parts-Script. Geändert: * Versucht das QoS kompatibel für den IE zu machen. * Bootsplashbar wird nichtmehr im Textmodus versucht einzublenden. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@217 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -6,6 +6,14 @@ 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
|
||||
25 1 * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.daily
|
||||
47 2 * * 0 test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.weekly
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user