aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-nitb.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/systemd/osmo-nitb.service')
-rw-r--r--contrib/systemd/osmo-nitb.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-nitb.service b/contrib/systemd/osmo-nitb.service
new file mode 100644
index 000000000..377497ee5
--- /dev/null
+++ b/contrib/systemd/osmo-nitb.service
@@ -0,0 +1,11 @@
+[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
+RestartSec=2
+
+[Install]
+WantedBy=multi-user.target