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 76f98785c..b424c692d 100644
--- a/extra/lighttpd/lighttpd.logrotate.d
+++ b/extra/lighttpd/lighttpd.logrotate.d
@@ -4,6 +4,6 @@
notifempty
sharedscripts
postrotate
- /usr/bin/killall -HUP lighttpd-angel &>/dev/null || true
+ systemctl reload lighttpd.service || true
endscript
}