aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-26 00:33:26 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-26 00:50:00 +0200
commitcb1838d8075379fdc08095fdd718b459180a38ae (patch)
tree730f22af482b70f4209c2be57e1e084d06ffce01 /openbsc/contrib/systemd
parented03661871ac8ee1715c04390d25631537b084ac (diff)
rename osmo-bsc to osmo-bsc-sccplite
This is to avoid naming conflicts with the new osmo-bsc, which resides in its own git repository (osmo-bsc.git) and which uses libosmo-sigtran and implements (primarily) 3GPP AoIP. Change-Id: If10d1599b62d010726336134091a4e855c380d93
Diffstat (limited to 'openbsc/contrib/systemd')
-rw-r--r--openbsc/contrib/systemd/osmo-bsc-sccplite.service (renamed from openbsc/contrib/systemd/osmo-bsc.service)2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/contrib/systemd/osmo-bsc.service b/openbsc/contrib/systemd/osmo-bsc-sccplite.service
index 4047fef48..70cda5f63 100644
--- a/openbsc/contrib/systemd/osmo-bsc.service
+++ b/openbsc/contrib/systemd/osmo-bsc-sccplite.service
@@ -5,7 +5,7 @@ Wants=osmo-bsc-mgcp.service
[Service]
Type=simple
Restart=always
-ExecStart=/usr/bin/osmo-bsc -c /etc/osmocom/osmo-bsc.cfg -s
+ExecStart=/usr/bin/osmo-bsc-sccplite -c /etc/osmocom/osmo-bsc-sccplite.cfg -s
RestartSec=2
[Install]