1 2 3 4 5 6 7 8 9 10
[Unit] Description=Lighttpd Web Server After=network.target [Service] ExecStart=/usr/sbin/lighttpd-angel -f /etc/lighttpd/lighttpd.conf -D ExecReload=/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target