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

README: Add note
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Mar 01 23:54:47 2011 +0100 (2011-03-01)
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 }