jobextra/lighttpd/lighttpd.service
2023-01-22 16:03:17 +02:00

13 lines
260 B
Desktop File

[Unit]
Description=Lighttpd Web Server
After=syslog.target network.target
[Service]
PrivateTmp=true
ExecStart=/usr/bin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target