aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-trx-uhd.service
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-19 10:29:41 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-19 11:05:04 +0200
commit7ed686b22358dab9d7e83179a71b86d4bcbf90f7 (patch)
tree1ee75c1b9d5f7c90ffe86dc1b0e7b43a3f226bbf /contrib/systemd/osmo-trx-uhd.service
parent2ab6ddb0deb3d7d815bc657bf91bf65075d3eab4 (diff)
contrib: Add systemd services for all backends
Diffstat (limited to 'contrib/systemd/osmo-trx-uhd.service')
-rw-r--r--contrib/systemd/osmo-trx-uhd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-trx-uhd.service b/contrib/systemd/osmo-trx-uhd.service
new file mode 100644
index 0000000..ba27f37
--- /dev/null
+++ b/contrib/systemd/osmo-trx-uhd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Osmocom SDR BTS L1 Transceiver (UHD Backend)
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-trx-uhd -C /etc/osmocom/osmo-trx-uhd.cfg
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target