aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-trx-ipc.service
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-19 13:17:57 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-27 14:00:05 +0200
commit0f00e676f2d923c39b93ca1e5ee69b48cc24d808 (patch)
tree955864bd19f24c7025cf93db80d01c5e8a94ac0f /contrib/systemd/osmo-trx-ipc.service
parentIPCDevice.h: remove limesuite include (diff)
downloadOsmoTRX-0f00e676f2d923c39b93ca1e5ee69b48cc24d808.tar.xz
OsmoTRX-0f00e676f2d923c39b93ca1e5ee69b48cc24d808.zip
contrib/systemd/osmo-trx-ipc.service: new file
Change-Id: Ic2ba7616c6909bd0a7e642554ecffa4939935b01
Diffstat (limited to 'contrib/systemd/osmo-trx-ipc.service')
-rw-r--r--contrib/systemd/osmo-trx-ipc.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-trx-ipc.service b/contrib/systemd/osmo-trx-ipc.service
new file mode 100644
index 0000000..c886ed7
--- /dev/null
+++ b/contrib/systemd/osmo-trx-ipc.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Osmocom SDR BTS L1 Transceiver (IPC Backend)
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-trx-ipc -C /etc/osmocom/osmo-trx-ipc.cfg
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target