[Unit] Description=Lighttpd Web Server After=network.target [Service] ExecStart=/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf -D Restart=always ExecReload=/bin/kill -INT $MAINPID TimeoutSec=60 KillMode=process [Install] WantedBy=multi-user.target WantedBy=http-daemon.target