aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-05-08 13:04:49 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-18 17:49:00 +0200
commit64b6a2741af979d3a7e21c366d45e8de9e30d10a (patch)
treea0342f2a6279a5a99f7589fda063191c8ffa3275 /openbsc
parent3812d1635b418f730a45fefe56faaf0b44abeec9 (diff)
contrib: Add osmo-msc service file
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/contrib/systemd/osmo-msc.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/openbsc/contrib/systemd/osmo-msc.service b/openbsc/contrib/systemd/osmo-msc.service
new file mode 100644
index 000000000..2c81ebae5
--- /dev/null
+++ b/openbsc/contrib/systemd/osmo-msc.service
@@ -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