aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sysmobts.service
blob: 8808141605bb105fad81ad0ab0a2dc08fdfc4242 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=sysmocom sysmoBTS

[Service]
Type=simple
ExecStartPre=/bin/sh -c 'echo 0 > /sys/class/leds/activity_led/brightness'
ExecStartPre=/bin/sh -c 'cat /lib/firmware/sysmobts-v?.out > /dev/dspdl_dm644x_0'
ExecStart=/usr/bin/sysmobts -s -c /etc/osmocom/osmo-bts.cfg
ExecStartPost=/bin/sh -c 'echo 0 > /sys/class/leds/activity_led/brightness'
Restart=always
RestartSec=2