Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 333901 | Differences between
and this patch

Collapse All | Expand All

(-)vboxwebsrv-initd (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
	ebegin "Starting VirtualBox WebService"
13
	ebegin "Starting VirtualBox WebService"
14
	start-stop-daemon --start --quiet --pidfile /var/run/vboxwebsrv.pid \
14
	start-stop-daemon --start --quiet --pidfile /var/run/vboxwebsrv.pid \
15
		--background --make-pidfile --exec /usr/bin/vboxwebsrv \
15
		--background --make-pidfile --oknodo --exec /usr/bin/vboxwebsrv \
16
		-- -H ${VBOXWEBSRV_HOST} -p ${VBOXWEBSRV_PORT} -t ${VBOXWEBSRV_TIMEOUT} -i ${VBOXWEBSRV_INTERVAL}
16
		-- -H ${VBOXWEBSRV_HOST} -p ${VBOXWEBSRV_PORT} -t ${VBOXWEBSRV_TIMEOUT} -i ${VBOXWEBSRV_INTERVAL}
17
	eend $?
17
	eend $?
18
}
18
}

Return to bug 333901