aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-msc.service
blob: 343639cf31340eefb0c49e3e3a1fcab44c79c597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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
RestartSec=2

[Install]
WantedBy=multi-user.target