--- lighttpd	2012-11-21 14:59:52.000000000 +0100
+++ lighttpd-chroot	2013-12-22 18:58:47.393587085 +0100
@@ -1,4 +1,4 @@
-/var/log/lighttpd/*.log {
+/var/chroot/var/log/lighttpd/*.log {
         weekly
         missingok
         rotate 12
@@ -8,9 +8,9 @@
         sharedscripts
         postrotate
              if [ -x /usr/sbin/invoke-rc.d ]; then \
-                invoke-rc.d lighttpd reopen-logs > /dev/null 2>&1; \
+                invoke-rc.d lighttpd-chroot reopen-logs > /dev/null 2>&1; \
              else \
-                /etc/init.d/lighttpd reopen-logs > /dev/null 2>&1; \
+                /etc/init.d/lighttpd-chroot reopen-logs > /dev/null 2>&1; \
              fi; \
         endscript
 }
