openbsc: Enable the RF handling interface in osmo-bsc
diff --git a/recipes-osmocom/openbsc/openbsc/osmo-bsc.init b/recipes-osmocom/openbsc/openbsc/osmo-bsc.init
index c75e2db..c793a0b 100755
--- a/recipes-osmocom/openbsc/openbsc/osmo-bsc.init
+++ b/recipes-osmocom/openbsc/openbsc/osmo-bsc.init
@@ -11,7 +11,7 @@
 DAEMON=/usr/bin/osmo-bsc
 NAME=osmo-bsc
 DESC="Osmocom GSM Base Station Controller"
-NORMAL_ARGS="-D -c /etc/osmocom/osmo-bsc.cfg"
+NORMAL_ARGS="-D -c /etc/osmocom/osmo-bsc.cfg -r /var/run/openbsc.ctl"
 
 OSMOBTS_EXTRA_ARGS=""
 NO_START=1