]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.logrotate
- skip configure.in chunk for version bump
[packages/lighttpd.git] / lighttpd.logrotate
index 336f92270c7591624d908d406265e7dd9133d4b6..0065a099c1cbbfb34027ae79f85a192379d16026 100644 (file)
@@ -1,8 +1,10 @@
 /var/log/lighttpd/*.log {
-       olddir /var/log/archiv/lighttpd
+       olddir /var/log/archive/lighttpd
+
+       create 644 lighttpd lighttpd
 
        sharedscripts
        postrotate
-               /etc/rc.d/init.d/lighttpd reload > /dev/null
+               /sbin/service lighttpd flush-logs > /dev/null
        endscript
 }
This page took 0.107578 seconds and 4 git commands to generate.