aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-nitb.service
blob: 377497ee5e348f45842c6e3df3204198ab346b14 (plain)
1
2
3
4
5
6
7
8
9
10
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