blob: f5f5be75762610165b58842ff8a55ccb30d694e5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Lightning Fast Webserver With Light System Requirements
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|