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.
15 lines
324 B
Desktop File
15 lines
324 B
Desktop File
[Unit]
|
|
Description=Osmocom Mobile Switching Center (MSC)
|
|
Wants=osmo-hlr.service
|
|
Wants=osmo-mgw.service
|
|
After=osmo-hlr.service
|
|
After=osmo-hnbgw.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
ExecStart=/usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg -l /var/lib/osmocom/sms.db
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|