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

Collapse All | Expand All

(-)files/init.d_inspircd (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
start() {
12
start() {
13
	ebegin "Starting InspIRCd"
13
	ebegin "Starting InspIRCd"
14
	start-stop-daemon --start --quiet --chuid inspircd --exec /usr/bin/inspircd &> /dev/null
14
	start-stop-daemon --start --quiet --chuid inspircd --exec /usr/bin/inspircd -- --logfile "/var/log/inspircd/ircd.log" &> /dev/null
15
	eend $?
15
	eend $?
16
}
16
}
17
17

Return to bug 181243