Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/10691


Change subject: Add osmo-bsc-nat systemd service and install it with debian
......................................................................

Add osmo-bsc-nat systemd service and install it with debian

Change-Id: I29d719fbe059e38fde97371efc5e562901529b7c
---
A debian/osmocom-bsc-nat.service
A openbsc/contrib/systemd/osmo-bsc-nat.service
2 files changed, 12 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/91/10691/1

diff --git a/debian/osmocom-bsc-nat.service b/debian/osmocom-bsc-nat.service
new file mode 120000
index 0000000..0d5b3be
--- /dev/null
+++ b/debian/osmocom-bsc-nat.service
@@ -0,0 +1 @@
+../openbsc/contrib/systemd/osmo-bsc-nat.service
\ No newline at end of file
diff --git a/openbsc/contrib/systemd/osmo-bsc-nat.service 
b/openbsc/contrib/systemd/osmo-bsc-nat.service
new file mode 100644
index 0000000..245fc6b
--- /dev/null
+++ b/openbsc/contrib/systemd/osmo-bsc-nat.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Osmocom GSM BSC Multiplexer (NAT)
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-bsc_nat -c /etc/osmocom/osmo-bsc-nat.cfg
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target

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

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I29d719fbe059e38fde97371efc5e562901529b7c
Gerrit-Change-Number: 10691
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to