Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174015
Collapse All | Expand All

(-)lighttpd.initd-1.4.13-r2 (-3 / +2 lines)
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

Return to bug 174015