This commit installs the osmo stack daemons and configuration if the hiera parameter rhizo::osmo_stack is 'split' Setting this param won't break anything for a nitb based install, but it will disable running the nitb and run osmo-bsc instead.
11 lines
205 B
Desktop File
11 lines
205 B
Desktop File
[Unit]
|
|
Description=Osmocom Media Gateway for MSC (MGW)
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/usr/bin/osmo-mgw -s -c /etc/osmocom/osmo-mgw2.cfg
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|