path: sbd_1.5.2-5/src/sbd.sh.in
start() {
	if ! pidofproc -p $SBD_PIDFILE $SBD_BIN >/dev/null 2>&1 ; then
		if ! $SBD_BIN $SBD_DEVICE_ARGS $SBD_OPTS watch ; then
			echo "SBD failed to start; aborting."
