aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-05-08 13:04:49 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-05-10 14:21:39 +0200
commit8de79d472d42ddc1337c66e34ed7f26758353e6b (patch)
tree54058277893402b0883205ee85d0078557ca49cd
parent7ec9baa3ecb21fe01c23427fcee35f27e1bd2380 (diff)
contrib: Add osmo-msc service file
-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