[MERGED] osmo-bsc[master]: contrib: osmo-bsc.service: Fix osmo-mgw.service dependency

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Mar 23 15:44:20 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: contrib: osmo-bsc.service: Fix osmo-mgw.service dependency
......................................................................


contrib: osmo-bsc.service: Fix osmo-mgw.service dependency

Since a while ago, osmo-bsc works only with osmo-mgw.

Change-Id: If95d20db4d379b9632342f7e552237066124ac40
---
M contrib/systemd/osmo-bsc.service
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/contrib/systemd/osmo-bsc.service b/contrib/systemd/osmo-bsc.service
index cf0c277..67dcd7e 100644
--- a/contrib/systemd/osmo-bsc.service
+++ b/contrib/systemd/osmo-bsc.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=Osmocom Base Station Controller (BSC)
-Wants=osmo-bsc-mgcp.service
+Wants=osmo-mgw.service
 
 [Service]
 Type=simple

-- 
To view, visit https://gerrit.osmocom.org/7478
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If95d20db4d379b9632342f7e552237066124ac40
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list