Change in osmo-trx[master]: contrib: Add systemd services for all backends

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Jun 20 07:33:49 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9677 )

Change subject: contrib: Add systemd services for all backends
......................................................................

contrib: Add systemd services for all backends

Change-Id: I38a7ff7b9dafc3d6aa0426777036e3d7666045a7
---
A contrib/systemd/osmo-trx-lms.service
A contrib/systemd/osmo-trx-uhd.service
A contrib/systemd/osmo-trx-usrp1.service
A debian/osmo-trx-lms.service
A debian/osmo-trx-uhd.service
A debian/osmo-trx-usrp1.service
6 files changed, 36 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/contrib/systemd/osmo-trx-lms.service b/contrib/systemd/osmo-trx-lms.service
new file mode 100644
index 0000000..df63e21
--- /dev/null
+++ b/contrib/systemd/osmo-trx-lms.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Osmocom SDR BTS L1 Transceiver (LimeSuite backend)
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-trx-lms -C /etc/osmocom/osmo-trx-lms.cfg
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target
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
diff --git a/contrib/systemd/osmo-trx-usrp1.service b/contrib/systemd/osmo-trx-usrp1.service
new file mode 100644
index 0000000..fbff631
--- /dev/null
+++ b/contrib/systemd/osmo-trx-usrp1.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Osmocom SDR BTS L1 Transceiver (libusrp backend)
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-trx-usrp1 -C /etc/osmocom/osmo-trx-usrp1.cfg
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/osmo-trx-lms.service b/debian/osmo-trx-lms.service
new file mode 120000
index 0000000..d2d697a
--- /dev/null
+++ b/debian/osmo-trx-lms.service
@@ -0,0 +1 @@
+../contrib/systemd/osmo-trx-lms.service
\ No newline at end of file
diff --git a/debian/osmo-trx-uhd.service b/debian/osmo-trx-uhd.service
new file mode 120000
index 0000000..c67648f
--- /dev/null
+++ b/debian/osmo-trx-uhd.service
@@ -0,0 +1 @@
+../contrib/systemd/osmo-trx-uhd.service
\ No newline at end of file
diff --git a/debian/osmo-trx-usrp1.service b/debian/osmo-trx-usrp1.service
new file mode 120000
index 0000000..a7b33ad
--- /dev/null
+++ b/debian/osmo-trx-usrp1.service
@@ -0,0 +1 @@
+../contrib/systemd/osmo-trx-usrp1.service
\ No newline at end of file

-- 
To view, visit https://gerrit.osmocom.org/9677
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I38a7ff7b9dafc3d6aa0426777036e3d7666045a7
Gerrit-Change-Number: 9677
Gerrit-PatchSet: 3
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180620/6ca229dd/attachment.htm>


More information about the gerrit-log mailing list