blob: f21aec7b5ca80e829b2e871bb432e6a216f12b89 [file] [log] [blame]
Daniel Willmanne4ac64c2017-05-08 13:04:49 +02001[Unit]
2Description=Osmocom Mobile Switching Center (MSC)
Daniel Willmannb81d3bd2017-05-11 17:23:11 +02003Wants=osmo-hlr.service
Pau Espin Pedrol7fdfad22018-03-23 15:58:06 +01004Wants=osmo-mgw.service
Daniel Willmannb81d3bd2017-05-11 17:23:11 +02005After=osmo-hlr.service
6After=osmo-hnbgw.service
Oliver Smith902fb942023-05-26 14:10:46 +02007After=network-online.target
8Wants=network-online.target
Daniel Willmanne4ac64c2017-05-08 13:04:49 +02009
10[Service]
11Type=simple
12Restart=always
Maxbe768ac2022-08-30 19:28:37 +070013StateDirectory=osmocom
14WorkingDirectory=%S/osmocom
Daniel Willmanne4ac64c2017-05-08 13:04:49 +020015ExecStart=/usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg
16RestartSec=2
17
18[Install]
19WantedBy=multi-user.target