contrib: Add osmo-msc service file

Change-Id: Ifdaf4107167c84af8a616f4ee792d5a34495564b
This commit is contained in:
Daniel Willmann 2017-05-08 13:04:49 +02:00 committed by Neels Hofmeyr
parent 78ada64be7
commit e4ac64c39e
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,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