You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
234 B
INI
11 lines
234 B
INI
12 years ago
|
[Unit]
|
||
|
Description=Lighttpd Daemon
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStartPre=/usr/sbin/lighttpd -t -f /etc/lighttpd/lighttpd.conf
|
||
|
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|