aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-21 19:28:13 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-21 19:28:13 +0100
commit83dc54fb95af692a74f749335a9ee9b2b49dc1b9 (patch)
tree4af432466bbda584dd697c9c7e048a498385a6d1 /contrib
parentae2473c2ca07cf5173a3dab22bc64e7b135ef848 (diff)
systemd: Provide the pcu direct mode
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sysmobts.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sysmobts.service b/contrib/sysmobts.service
index 9ac51e90..c4f8c388 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
+ExecStart=/usr/bin/sysmobts -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