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

(-)/etc/init.d/gimps.old (-1 / +1 lines)
Lines 19-25 Link Here
19
	checkconfig
19
	checkconfig
20
	ebegin "Starting GIMPS"
20
	ebegin "Starting GIMPS"
21
	start-stop-daemon --quiet --start -b --exec /opt/gimps/mprime \
21
	start-stop-daemon --quiet --start -b --exec /opt/gimps/mprime \
22
			--chdir ${GIMPS_DIR} --chuid ${USER}:${GROUP} \
22
			--chdir ${GIMPS_DIR} --user ${USER}:${GROUP} \
23
			-- -w${GIMPS_DIR} ${GIMPS_OPTIONS}
23
			-- -w${GIMPS_DIR} ${GIMPS_OPTIONS}
24
	eend $?
24
	eend $?
25
}
25
}

Return to bug 393353