diff --git a/heartbeat/rsyslog b/heartbeat/rsyslog
index 144f16c..779583e 100755
--- a/heartbeat/rsyslog
+++ b/heartbeat/rsyslog
@@ -138,7 +138,7 @@ start_rsyslog()
 		return $OCF_SUCCESS
 	fi
 
-	ocf_run "$RSYSLOG_EXE" -f "$CONFIGFILE" $START_OPTS
+	$RSYSLOG_EXE -f $CONFIGFILE $START_OPTS 2>&1
 	ocf_status=$?
 	if [ "$ocf_status" != "$OCF_SUCCESS" ]; then
 		return $OCF_ERR_GENERIC
