]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.logrotate
add missing mod_authn_mysql.conf
[packages/lighttpd.git] / lighttpd.logrotate
index 49b269fdec6e327f5bcee1724035f7013cb4746a..3d5dc2872624cab262b0d0f6985df0499083dc18 100644 (file)
@@ -1,10 +1,12 @@
-/var/log/lighttpd/*.log {
-       olddir /var/log/archiv/lighttpd
+/var/log/lighttpd/access.log
+/var/log/lighttpd/error.log
+{
+       olddir /var/log/archive/lighttpd
 
-       create 644 lighttpd lighttpd
+       create 640 lighttpd logs
 
        sharedscripts
        postrotate
-               /etc/rc.d/init.d/lighttpd reload > /dev/null
+               /sbin/service lighttpd flush-logs > /dev/null
        endscript
 }
This page took 0.056718 seconds and 4 git commands to generate.