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

(-)/tmp/irqbalance.old (-4 / +2 lines)
Lines 10-23 Link Here
10
10
11
start() {
11
start() {
12
	ebegin "Starting irqbalance"
12
	ebegin "Starting irqbalance"
13
	start-stop-daemon --start --exec /sbin/irqbalance \
13
	start-stop-daemon --start --exec /sbin/irqbalance
14
	        --pidfile /var/run/irqbalance.pid
15
	eend $?
14
	eend $?
16
}
15
}
17
16
18
stop() {
17
stop() {
19
	ebegin "Stopping irqbalance"
18
	ebegin "Stopping irqbalance"
20
	start-stop-daemon --stop --exec /sbin/irqbalance \
19
	start-stop-daemon --stop --exec /sbin/irqbalance 
21
		--pidfile /var/run/irqbalance.pid
22
	eend $?
20
	eend $?
23
}
21
}

Return to bug 212226