lighttpd/lighttpd.service
wk333 cb35eac102 Update to 1.4.63
(cherry picked from commit ed61801e69a7239cccafd53ca1d0f235c1fe5ae9)
2022-07-30 18:50:23 +08:00

14 lines
330 B
Desktop File

[Unit]
Description=Lightning Fast Webserver With Light System Requirements
After=syslog.target network.target
[Service]
PIDFile=/var/run/lighttpd.pid
EnvironmentFile=-/etc/sysconfig/lighttpd
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
ExecReload=/bin/kill -USR1 $MAINPID
[Install]
WantedBy=multi-user.target