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