aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-14 17:42:38 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-14 17:42:38 +0100
commitfc6794fe40464066b747ae37d65d2389417e2c64 (patch)
tree359d0aa06461a9a248b2fe79a829f303452c96ad
parentb4d863a61c51181a4b73cd532fb40a3c7a2b6082 (diff)
openbsc: Enable the RF handling interface in osmo-bsc
-rwxr-xr-xrecipes-osmocom/openbsc/openbsc/osmo-bsc.init2
1 files changed, 1 insertions, 1 deletions
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