]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd.logrotate
- added lighttpd-openssl_TLSEXT_SNI.patch (only needed in 1.4.30)
[packages/lighttpd.git] / lighttpd.logrotate
1 /var/log/lighttpd/access.log
2 /var/log/lighttpd/error.log
3 {
4         olddir /var/log/archive/lighttpd
5
6         create 640 lighttpd logs
7
8         sharedscripts
9         postrotate
10                 /sbin/service lighttpd flush-logs > /dev/null
11         endscript
12 }
This page took 0.097049 seconds and 3 git commands to generate.