summaryrefslogtreecommitdiff
path: root/extra/lighttpd/lighttpd.service
blob: 568948dda7fb44b4e9acb27a47965d120fc4f739 (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/bin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target