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

(-)files/smokeping.in (-1 / +5 lines)
Lines 65-71 Link Here
65
	fi
65
	fi
66
66
67
	echo "Starting ${name}."
67
	echo "Starting ${name}."
68
	${command} ${smokeping_flags} ${command_args}
68
	if [ -n "${smokeping_user}" ]; then
69
		su -m ${smokeping_user} -c "sh -c '${command} ${smokeping_flags} ${command_args}'"
70
	else
71
		${command} ${smokeping_flags} ${command_args}
72
	fi
69
}
73
}
70
74
71
smokeping_status()
75
smokeping_status()

Return to bug 200851