aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd/osmo-nitb.service
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/contrib/systemd/osmo-nitb.service')
-rw-r--r--openbsc/contrib/systemd/osmo-nitb.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/openbsc/contrib/systemd/osmo-nitb.service b/openbsc/contrib/systemd/osmo-nitb.service
new file mode 100644
index 000000000..203aeb15c
--- /dev/null
+++ b/openbsc/contrib/systemd/osmo-nitb.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=OpenBSC Network In the Box (NITB)
+
+[Service]
+Type=simple
+Restart=always
+ExecStart=/usr/bin/osmo-nitb -s -C -c /etc/osmocom/osmo-nitb.cfg -l /var/lib/osmocom/hlr.sqlite3
+Restart=always
+RestartSec=2