aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-05-08 13:04:49 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-08-23 14:35:31 +0200
commite4ac64c39ee4bc331dffa67f2011a7f2dd97035a (patch)
treeff9315f5e6acddb529c8e4c050bbee2e923238dc /contrib/systemd
parent78ada64be73f52f68962ebed988f77d9bc027c9e (diff)
contrib: Add osmo-msc service file
Diffstat (limited to 'contrib/systemd')
-rw-r--r--contrib/systemd/osmo-msc.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-msc.service b/contrib/systemd/osmo-msc.service
new file mode 100644
index 000000000..2c81ebae5
--- /dev/null
+++ b/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