<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9677">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">contrib: Add systemd services for all backends<br><br>Change-Id: I38a7ff7b9dafc3d6aa0426777036e3d7666045a7<br>---<br>A contrib/systemd/osmo-trx-lms.service<br>A contrib/systemd/osmo-trx-uhd.service<br>A contrib/systemd/osmo-trx-usrp1.service<br>A debian/osmo-trx-lms.service<br>A debian/osmo-trx-uhd.service<br>A debian/osmo-trx-usrp1.service<br>6 files changed, 36 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/systemd/osmo-trx-lms.service b/contrib/systemd/osmo-trx-lms.service</span><br><span>new file mode 100644</span><br><span>index 0000000..df63e21</span><br><span>--- /dev/null</span><br><span>+++ b/contrib/systemd/osmo-trx-lms.service</span><br><span>@@ -0,0 +1,11 @@</span><br><span style="color: hsl(120, 100%, 40%);">+[Unit]</span><br><span style="color: hsl(120, 100%, 40%);">+Description=Osmocom SDR BTS L1 Transceiver (LimeSuite backend)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[Service]</span><br><span style="color: hsl(120, 100%, 40%);">+Type=simple</span><br><span style="color: hsl(120, 100%, 40%);">+Restart=always</span><br><span style="color: hsl(120, 100%, 40%);">+ExecStart=/usr/bin/osmo-trx-lms -C /etc/osmocom/osmo-trx-lms.cfg</span><br><span style="color: hsl(120, 100%, 40%);">+RestartSec=2</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[Install]</span><br><span style="color: hsl(120, 100%, 40%);">+WantedBy=multi-user.target</span><br><span>diff --git a/contrib/systemd/osmo-trx-uhd.service b/contrib/systemd/osmo-trx-uhd.service</span><br><span>new file mode 100644</span><br><span>index 0000000..ba27f37</span><br><span>--- /dev/null</span><br><span>+++ b/contrib/systemd/osmo-trx-uhd.service</span><br><span>@@ -0,0 +1,11 @@</span><br><span style="color: hsl(120, 100%, 40%);">+[Unit]</span><br><span style="color: hsl(120, 100%, 40%);">+Description=Osmocom SDR BTS L1 Transceiver (UHD Backend)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[Service]</span><br><span style="color: hsl(120, 100%, 40%);">+Type=simple</span><br><span style="color: hsl(120, 100%, 40%);">+Restart=always</span><br><span style="color: hsl(120, 100%, 40%);">+ExecStart=/usr/bin/osmo-trx-uhd -C /etc/osmocom/osmo-trx-uhd.cfg</span><br><span style="color: hsl(120, 100%, 40%);">+RestartSec=2</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[Install]</span><br><span style="color: hsl(120, 100%, 40%);">+WantedBy=multi-user.target</span><br><span>diff --git a/contrib/systemd/osmo-trx-usrp1.service b/contrib/systemd/osmo-trx-usrp1.service</span><br><span>new file mode 100644</span><br><span>index 0000000..fbff631</span><br><span>--- /dev/null</span><br><span>+++ b/contrib/systemd/osmo-trx-usrp1.service</span><br><span>@@ -0,0 +1,11 @@</span><br><span style="color: hsl(120, 100%, 40%);">+[Unit]</span><br><span style="color: hsl(120, 100%, 40%);">+Description=Osmocom SDR BTS L1 Transceiver (libusrp backend)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[Service]</span><br><span style="color: hsl(120, 100%, 40%);">+Type=simple</span><br><span style="color: hsl(120, 100%, 40%);">+Restart=always</span><br><span style="color: hsl(120, 100%, 40%);">+ExecStart=/usr/bin/osmo-trx-usrp1 -C /etc/osmocom/osmo-trx-usrp1.cfg</span><br><span style="color: hsl(120, 100%, 40%);">+RestartSec=2</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+[Install]</span><br><span style="color: hsl(120, 100%, 40%);">+WantedBy=multi-user.target</span><br><span>diff --git a/debian/osmo-trx-lms.service b/debian/osmo-trx-lms.service</span><br><span>new file mode 120000</span><br><span>index 0000000..d2d697a</span><br><span>--- /dev/null</span><br><span>+++ b/debian/osmo-trx-lms.service</span><br><span>@@ -0,0 +1 @@</span><br><span style="color: hsl(120, 100%, 40%);">+../contrib/systemd/osmo-trx-lms.service</span><br><span>\ No newline at end of file</span><br><span>diff --git a/debian/osmo-trx-uhd.service b/debian/osmo-trx-uhd.service</span><br><span>new file mode 120000</span><br><span>index 0000000..c67648f</span><br><span>--- /dev/null</span><br><span>+++ b/debian/osmo-trx-uhd.service</span><br><span>@@ -0,0 +1 @@</span><br><span style="color: hsl(120, 100%, 40%);">+../contrib/systemd/osmo-trx-uhd.service</span><br><span>\ No newline at end of file</span><br><span>diff --git a/debian/osmo-trx-usrp1.service b/debian/osmo-trx-usrp1.service</span><br><span>new file mode 120000</span><br><span>index 0000000..a7b33ad</span><br><span>--- /dev/null</span><br><span>+++ b/debian/osmo-trx-usrp1.service</span><br><span>@@ -0,0 +1 @@</span><br><span style="color: hsl(120, 100%, 40%);">+../contrib/systemd/osmo-trx-usrp1.service</span><br><span>\ No newline at end of file</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9677">change 9677</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/9677"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I38a7ff7b9dafc3d6aa0426777036e3d7666045a7 </div>
<div style="display:none"> Gerrit-Change-Number: 9677 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>