X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fosm-nbi.service;fp=osm_nbi%2Fosm-nbi.service;h=beec64857d86d7954095ecdf814b3295cc9b10d0;hp=0000000000000000000000000000000000000000;hb=c94c3df90aa64298a7935a80b221f80f3c043260;hpb=22ed16460edb54806e9b957be18cbafb2f63b54d diff --git a/osm_nbi/osm-nbi.service b/osm_nbi/osm-nbi.service new file mode 100644 index 0000000..beec648 --- /dev/null +++ b/osm_nbi/osm-nbi.service @@ -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 +