summaryrefslogtreecommitdiff
path: root/extra/lighttpd/lighttpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lighttpd/lighttpd.service')
-rw-r--r--extra/lighttpd/lighttpd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/lighttpd/lighttpd.service b/extra/lighttpd/lighttpd.service
index b80db7695..568948dda 100644
--- a/extra/lighttpd/lighttpd.service
+++ b/extra/lighttpd/lighttpd.service
@@ -4,7 +4,7 @@ After=syslog.target network.target
[Service]
PrivateTmp=true
-ExecStart=/usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf
+ExecStart=/usr/bin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT