slitaz-forge view forum/system-config/logrotate.d/slitaz-forum @ rev 0

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