aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-trx-xtrx.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/systemd/osmo-trx-xtrx.service')
-rw-r--r--contrib/systemd/osmo-trx-xtrx.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-trx-xtrx.service b/contrib/systemd/osmo-trx-xtrx.service
new file mode 100644
index 0000000..c131812
--- /dev/null
+++ b/contrib/systemd/osmo-trx-xtrx.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Osmocom SDR BTS L1 Transceiver (XTRX backend)
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-trx-xtrx -C /etc/osmocom/osmo-trx-xtrx.cfg
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target