Review at  https://gerrit.osmocom.org/2579

contrib: Change systemd requirements so the services connect properly

Change-Id: Id5bfbcd0d906d1aa9c2de9cb7a0e7d0053ea2375
---
M openbsc/contrib/systemd/osmo-msc.service
M openbsc/contrib/systemd/osmo-sgsn.service
2 files changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/79/2579/1

diff --git a/openbsc/contrib/systemd/osmo-msc.service 
b/openbsc/contrib/systemd/osmo-msc.service
index 2c81eba..7cebb14 100644
--- a/openbsc/contrib/systemd/osmo-msc.service
+++ b/openbsc/contrib/systemd/osmo-msc.service
@@ -1,7 +1,8 @@
 [Unit]
 Description=Osmocom Mobile Switching Center (MSC)
-Wants=osmo-hlr
-After=osmo-hlr
+Wants=osmo-hlr.service
+After=osmo-hlr.service
+After=osmo-hnbgw.service
 
 [Service]
 Type=simple
diff --git a/openbsc/contrib/systemd/osmo-sgsn.service 
b/openbsc/contrib/systemd/osmo-sgsn.service
index 674d786..bf6a8e0 100644
--- a/openbsc/contrib/systemd/osmo-sgsn.service
+++ b/openbsc/contrib/systemd/osmo-sgsn.service
@@ -1,5 +1,8 @@
 [Unit]
 Description=OpenBSC SGSN
+Wants=osmo-hlr.service
+After=osmo-hlr.service
+After=osmo-hnbgw.service
 
 [Service]
 Type=simple

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5bfbcd0d906d1aa9c2de9cb7a0e7d0053ea2375
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: vlr_3G
Gerrit-Owner: daniel <[email protected]>

Reply via email to