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