aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-msc.service
blob: 7cebb14681f40a6e38b9353db0cdee53b14f7466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Osmocom Mobile Switching Center (MSC)
Wants=osmo-hlr.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
RestartSec=2

[Install]
WantedBy=multi-user.target