path: sbd_1.5.2-5/src/sbd.sh.in
status() {
	if pidofproc -p $SBD_PIDFILE $SBD_BIN >/dev/null 2>&1 ; then
		echo "SBD is running."
		return 0
