aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-msc.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/systemd/osmo-msc.service')
-rw-r--r--contrib/systemd/osmo-msc.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/systemd/osmo-msc.service b/contrib/systemd/osmo-msc.service
deleted file mode 100644
index 7cebb1468..000000000
--- a/contrib/systemd/osmo-msc.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Osmocom Mobile Switching Center (MSC)
-Wants=osmo-hlr.service
-After=osmo-hlr.service
-After=osmo-hnbgw.service
-
-[Service]
-Type=simple
-Restart=always
-ExecStart=/usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg
-RestartSec=2
-
-[Install]
-WantedBy=multi-user.target