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

Collapse All | Expand All

(-)sslh.init.d-2 (-1 / +3 lines)
Lines 6-13 Link Here
6
start() {
6
start() {
7
	ebegin "Starting ${SVCNAME}"
7
	ebegin "Starting ${SVCNAME}"
8
	start-stop-daemon --start \
8
	start-stop-daemon --start \
9
		--pidfile /var/run/sslh.pid \
10
		--wait 1000 \
9
		--exec /usr/bin/sslh -- ${OPTIONS} \
11
		--exec /usr/bin/sslh -- ${OPTIONS} \
10
		--pidfile /var/run/sslh.pid
12
		--pidfile /var/run/sslh.pid 
11
	eend $?
13
	eend $?
12
}
14
}
13
15

Return to bug 425740