summaryrefslogtreecommitdiff
path: root/testing/lighttpd/lighttpd.service
blob: b80db7695b8bbf6b42390a0dcc2ea30106d52845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=A secure, fast, compliant and very flexible web-server
After=syslog.target network.target

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

[Install]
WantedBy=multi-user.target