aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sysmobts.service
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-06-27 13:44:51 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-27 13:50:25 +0200
commit7267a0d37e54321565a5388a3c8abd3efc573c74 (patch)
treed3749ee248cee366aeaaf14e6326d6f5bd853e20 /contrib/sysmobts.service
parentd5f95c308b836dd84753edafb7a63c19a2f36e98 (diff)
sysmobts: screnrc/systemd-service: Use osmo-bts-sysmo instead of sysmobts
Back in January in commit 634c3e46484a0932f8a04b894be215b9288eecff we changed the executable name from 'sysmobts' to 'osmo-bts-sysmo', which is a change that has not been propagated to the contributed screenrc and systemd init files. Change-Id: I875a0ce4f470226e1b06ed1b7c74ca9471ebb574
Diffstat (limited to 'contrib/sysmobts.service')
-rw-r--r--contrib/sysmobts.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sysmobts.service b/contrib/sysmobts.service
index c4f8c388..e07a3db8 100644
--- a/contrib/sysmobts.service
+++ b/contrib/sysmobts.service
@@ -4,7 +4,7 @@ Description=sysmocom sysmoBTS
[Service]
Type=simple
ExecStartPre=/bin/sh -c 'echo 0 > /sys/class/leds/activity_led/brightness'
-ExecStart=/usr/bin/sysmobts -s -c /etc/osmocom/osmo-bts.cfg -M
+ExecStart=/usr/bin/osmo-bts-sysmo -s -c /etc/osmocom/osmo-bts.cfg -M
ExecStopPost=/bin/sh -c 'echo 0 > /sys/class/leds/activity_led/brightness'
ExecStopPost=/bin/sh -c 'cat /lib/firmware/sysmobts-v?.bit > /dev/fpgadl_par0 ; sleep 3s; cat /lib/firmware/sysmobts-v?.out > /dev/dspdl_dm644x_0; sleep 1s'
Restart=always