aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-01-17 17:07:43 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2019-01-17 17:07:43 +0100
commita4649308eb6d45a3e5d15be9c16a0114c9233113 (patch)
treea28b808106f47305ffaf66876b489035d25a7367
parent5c93677be531a6f023a9f7ec6cd63059b53ae429 (diff)
Rename oc2g config file to match new naming scheme
examples/oc2g/osmo-bts.cfg->examples/oc2g/osmo-bts-oc2g.cfg Change-Id: Ie49d5695ea78da2995252c56c75ce42e6cec0e9c Related: SYS#4444
-rw-r--r--contrib/systemd/osmo-bts-oc2g.service2
-rw-r--r--doc/examples/oc2g/osmo-bts-oc2g.cfg (renamed from doc/examples/oc2g/osmo-bts.cfg)0
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/osmo-bts-oc2g.service b/contrib/systemd/osmo-bts-oc2g.service
index 2f2d8378..7b0168ad 100644
--- a/contrib/systemd/osmo-bts-oc2g.service
+++ b/contrib/systemd/osmo-bts-oc2g.service
@@ -5,7 +5,7 @@ Description=osmo-bts for OC-2G
Type=simple
ExecStartPre=/bin/sh -c 'echo 1 > /sys/class/leds/usr0/brightness'
ExecStartPre=/bin/sh -c 'echo 1 > /sys/class/leds/usr1/brightness'
-ExecStart=/usr/bin/osmo-bts-oc2g -s -c /etc/osmocom/osmo-bts.cfg -M
+ExecStart=/usr/bin/osmo-bts-oc2g -s -c /etc/osmocom/osmo-bts-oc2g.cfg -M
ExecStopPost=/bin/sh -c 'echo 1 > /sys/class/leds/usr0/brightness'
ExecStopPost=/bin/sh -c 'echo 0 > /sys/class/leds/usr1/brightness'
Restart=always
diff --git a/doc/examples/oc2g/osmo-bts.cfg b/doc/examples/oc2g/osmo-bts-oc2g.cfg
index f985f3bc..f985f3bc 100644
--- a/doc/examples/oc2g/osmo-bts.cfg
+++ b/doc/examples/oc2g/osmo-bts-oc2g.cfg