summaryrefslogtreecommitdiffstats
path: root/package/lighttpd/lighttpd.service
blob: 0ca5357f56f3841847b580d6be4c3a8d30091a76 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Lighttpd Web Server
After=network.target

[Service]
ExecStart=/usr/sbin/lighttpd-angel -f /etc/lighttpd/lighttpd.conf -D
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target