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

Collapse All | Expand All

(-)http-replicator (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
start() {
10
start() {
11
	ebegin "Starting Http-Replicator"
11
	ebegin "Starting Http-Replicator"
12
	start-stop-daemon --start --pidfile /var/run/http-replicator.pid --name http-replicator \
12
	start-stop-daemon --start --background --pidfile /var/run/http-replicator.pid --name http-replicator \
13
		--startas /usr/bin/http-replicator -- -s -f --pid /var/run/http-replicator.pid --daemon $DAEMON_OPTS
13
		--startas /usr/bin/http-replicator -- -s -f --pid /var/run/http-replicator.pid --daemon $DAEMON_OPTS
14
	eend $? "Failed to start Http-Replicator"
14
	eend $? "Failed to start Http-Replicator"
15
}
15
}

Return to bug 177428