slitaz-forge view labs/system-config/logrotate.d/slitaz-labs @ rev 3

Add slitaz-labs config & themes
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 14:03:22 2010 +0100 (2010-12-22)
parents
children
line source
1 /home/slitaz/logs/labs-access_log {
2 missingok
3 daily
4 rotate 5
5 # prerotate
6 # /usr/local/bin/awsupdate labs.slitaz.org
7 # endscript
8 postrotate
9 /usr/bin/killall -HUP apache2 2> /dev/null || true
10 endscript
11 }
13 /home/slitaz/logs/labs-error_log {
14 missingok
15 daily
16 rotate 5
17 postrotate
18 /usr/bin/killall -HUP apache2 2> /dev/null || true
19 endscript
20 }