aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/contrib/systemd')
-rw-r--r--openbsc/contrib/systemd/osmo-bsc-nat.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/openbsc/contrib/systemd/osmo-bsc-nat.service b/openbsc/contrib/systemd/osmo-bsc-nat.service
new file mode 100644
index 000000000..245fc6bc4
--- /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