summaryrefslogtreecommitdiff
path: root/extra/lighttpd/lighttpd.logrotate.d
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lighttpd/lighttpd.logrotate.d')
-rw-r--r--extra/lighttpd/lighttpd.logrotate.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/lighttpd/lighttpd.logrotate.d b/extra/lighttpd/lighttpd.logrotate.d
index 5be47b863..76f98785c 100644
--- a/extra/lighttpd/lighttpd.logrotate.d
+++ b/extra/lighttpd/lighttpd.logrotate.d
@@ -4,6 +4,6 @@
notifempty
sharedscripts
postrotate
- /etc/rc.d/lighttpd reload >/dev/null || true
+ /usr/bin/killall -HUP lighttpd-angel &>/dev/null || true
endscript
}