blob: 36849f7f6e1d868785d8909dc68497ff04377899 [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
Daniel Willmanne4ac64c2017-05-08 13:04:49 +02007
8[Service]
9Type=simple
10Restart=always
Maxbe768ac2022-08-30 19:28:37 +070011StateDirectory=osmocom
12WorkingDirectory=%S/osmocom
Daniel Willmanne4ac64c2017-05-08 13:04:49 +020013ExecStart=/usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg
14RestartSec=2
15
16[Install]
17WantedBy=multi-user.target