mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
12 lines
239 B
Desktop File
12 lines
239 B
Desktop File
[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
|