b7eb4104b3
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
213 B
Desktop File
11 lines
213 B
Desktop File
[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
|