blob: beec64857d86d7954095ecdf814b3295cc9b10d0 [file] [log] [blame]
tiernoc94c3df2018-02-09 15:38:54 +01001[Unit]
2Description=NBI server (OSM NBI)
3
4[Service]
5ExecStart=/usr/bin/nbi -c /etc/osm/nbi.cfg --log-file=/var/log/osm/nbi.log
6Restart=always
7
8[Install]
9WantedBy=multi-user.target
10