View | Details | Raw Unified | Return to bug 138268
Collapse All | Expand All

(-)files/bitlbee.in (-1 / +1 lines)
Lines 28-34 Link Here
28
bitlbee_start()
28
bitlbee_start()
29
{
29
{
30
	echo "Starting ${name}."
30
	echo "Starting ${name}."
31
	su -m ${bitlbee_user} -c "${command} -D -c ${bitlbee_config} ${bitlbee_flags}"
31
	${command} -D -u ${bitlbee_user} -c ${bitlbee_config} ${bitlbee_flags}
32
}
32
}
33
33
34
run_rc_command "$1"
34
run_rc_command "$1"

Return to bug 138268