void-packages/srcpkgs/lighttpd/files/lighttpd.service

13 lines
296 B
SYSTEMD
Raw Normal View History

2014-03-07 12:04:14 +00:00
[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