mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-15 00:03:39 +08:00
11 lines
213 B
SYSTEMD
11 lines
213 B
SYSTEMD
|
[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
|