sbcl rebuild
[arch-packages.git] / lighttpd / trunk / lighttpd.service
blob89ed7861e822a51da90837f2c7e883937b56f5e2
1 [Unit]
2 Description=Lighttpd Web Server
3 After=syslog.target network.target
5 [Service]
6 PrivateTmp=true
7 ExecStart=/usr/bin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf
8 ExecReload=/bin/kill -HUP $MAINPID
9 KillSignal=SIGINT
11 [Install]
12 WantedBy=multi-user.target