Lines 25-33
Link Here
|
25 |
checkconfig || return 1 |
25 |
checkconfig || return 1 |
26 |
|
26 |
|
27 |
ebegin "Starting lighttpd" |
27 |
ebegin "Starting lighttpd" |
28 |
start-stop-daemon --start --quiet \ |
28 |
start-stop-daemon --start --quiet --exec /usr/sbin/lighttpd \ |
29 |
--background --pidfile "${LIGHTTPD_PID}" \ |
29 |
--pidfile "${LIGHTTPD_PID}" -- -f "${LIGHTTPD_CONF}" |
30 |
--exec /usr/sbin/lighttpd -- -f "${LIGHTTPD_CONF}" |
|
|
31 |
eend $? |
30 |
eend $? |
32 |
} |
31 |
} |
33 |
|
32 |
|