summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/systemd/lighttpd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/systemd/lighttpd.service b/doc/systemd/lighttpd.service
index b59bdcd7..6fa622b7 100644
--- a/doc/systemd/lighttpd.service
+++ b/doc/systemd/lighttpd.service
@@ -4,7 +4,7 @@ After=network-online.target
[Service]
Type=simple
-PIDFile=/var/run/lighttpd.pid
+PIDFile=/run/lighttpd.pid
ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
ExecReload=/bin/kill -USR1 $MAINPID