]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.logrotate
add missing mod_authn_mysql.conf
[packages/lighttpd.git] / lighttpd.logrotate
index d83d1508f04cbc91ef90f0d9f1997eedf1a4f9a0..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 flush-logs > /dev/null
+               /sbin/service lighttpd flush-logs > /dev/null
        endscript
 }
This page took 0.030489 seconds and 4 git commands to generate.