aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-msc.service
blob: 2c81ebae57f215577d2e6d3cd7f34d985e77f964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Osmocom Mobile Switching Center (MSC)
Wants=osmo-hlr
After=osmo-hlr

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg
RestartSec=2

[Install]
WantedBy=multi-user.target