Initial commit for NBI
[osm/NBI.git] / osm_nbi / osm-nbi.service
diff --git a/osm_nbi/osm-nbi.service b/osm_nbi/osm-nbi.service
new file mode 100644 (file)
index 0000000..beec648
--- /dev/null
@@ -0,0 +1,10 @@
+[Unit]
+Description=NBI server (OSM NBI)
+
+[Service]
+ExecStart=/usr/bin/nbi -c /etc/osm/nbi.cfg --log-file=/var/log/osm/nbi.log
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
+