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

Collapse All | Expand All

(-)a/sys-auth/elogind/files/elogind.init (-3 / +3 lines)
Lines 12-20 Link Here
12
start() {
12
start() {
13
	ebegin "Starting elogind"
13
	ebegin "Starting elogind"
14
14
15
	start-stop-daemon --start --quiet --background \
15
	start-stop-daemon --start --quiet \
16
		--make-pidfile --pidfile "${ELOGIND_PIDFILE}" \
16
		--pidfile "${ELOGIND_PIDFILE}" \
17
		--exec "${ELOGIND_EXEC}"
17
		--exec "${ELOGIND_EXEC}" -- --daemon
18
	eend $?
18
	eend $?
19
}
19
}
20
20

Return to bug 631322