generic-poky/meta-telephony/recipes-osmocom/osmocom-3g/osmocom-3g/osmo-msc.service

15 lines
274 B
Desktop File

[Unit]
Description=Osmocom Mobile Switching Center (MSC)
Wants=osmo-hlr.service
After=osmo-hlr.service
After=networking.service
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg
RestartSec=2
[Install]
WantedBy=multi-user.target