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