diff -ru lighttpd.orig/files/lighttpd.logrotate-r1 lighttpd/files/lighttpd.logrotate-r1 --- lighttpd.orig/files/lighttpd.logrotate-r1 2014-05-02 12:57:57.000000000 +0200 +++ lighttpd/files/lighttpd.logrotate-r1 2015-02-13 08:40:29.478526118 +0100 @@ -11,6 +11,6 @@ sharedscripts postrotate test -e /run/openrc/softlevel && /etc/init.d/lighttpd reload 1>/dev/null || true - test -e /run/systemd/system && systemctl restart lighttpd reload 1>/dev/null || true + test -e /run/systemd/system && systemctl reload lighttpd.service || true endscript } diff -ru lighttpd.orig/files/lighttpd.service lighttpd/files/lighttpd.service --- lighttpd.orig/files/lighttpd.service 2014-05-02 12:57:57.000000000 +0200 +++ lighttpd/files/lighttpd.service 2015-02-13 08:38:01.071938706 +0100 @@ -4,6 +4,7 @@ [Service] ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf +ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target