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

Collapse All | Expand All

(-)init.d/src/gentoo-backuppc.orig (-1 / +1 lines)
Lines 21-27 Link Here
21
start() {
21
start() {
22
	checkconfig || return 1
22
	checkconfig || return 1
23
	ebegin "Starting BackupPC"
23
	ebegin "Starting BackupPC"
24
	start-stop-daemon --start --chuid ${USER} --user ${USER} --pidfile ${PID_FILE} --exec ${EXEC} -- ${EXEC_OPTIONS}
24
	start-stop-daemon --start --chuid ${USER} --user ${USER} --nicelevel ${NICELEVEL} --pidfile ${PID_FILE} --exec ${EXEC} -- ${EXEC_OPTIONS}
25
	eend $?
25
	eend $?
26
}
26
}
27
27
(-)init.d/src/gentoo-backuppc.conf.orig (+1 lines)
Lines 3-5 Link Here
3
PID_FILE=__LOGDIR__/BackupPC.pid
3
PID_FILE=__LOGDIR__/BackupPC.pid
4
EXEC=__INSTALLDIR__/bin/BackupPC
4
EXEC=__INSTALLDIR__/bin/BackupPC
5
EXEC_OPTIONS=-d
5
EXEC_OPTIONS=-d
6
NICELEVEL=0

Return to bug 287133