summarylogtreecommitdiffstats
path: root/lighttpd.service
blob: 89ed7861e822a51da90837f2c7e883937b56f5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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