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