aboutsummaryrefslogtreecommitdiffstats
path: root/main/lighttpd/lighttpd.logrotate
blob: 8fbb20fb00599c21fafe3d507507dae96b5738f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.logrotate,v 1.2 2006/05/30 19:49:29 bangert Exp $
# lighttpd logrotate script for Gentoo

/var/log/lighttpd/*.log {
        daily
        missingok
		copytruncate
        rotate 7
        compress
        notifempty
        sharedscripts
        postrotate
		/etc/init.d/lighttpd --quiet --ifstarted reload
        endscript
}