From 139bbb9ff70b74b32bc69b4891f68409283a3654 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 11 May 2017 17:23:11 +0200 Subject: contrib: Change systemd requirements so the services connect properly Change-Id: Id5bfbcd0d906d1aa9c2de9cb7a0e7d0053ea2375 --- openbsc/contrib/systemd/osmo-msc.service | 5 +++-- openbsc/contrib/systemd/osmo-sgsn.service | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/openbsc/contrib/systemd/osmo-msc.service b/openbsc/contrib/systemd/osmo-msc.service index 2c81ebae5..7cebb1468 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 674d78656..bf6a8e098 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 -- cgit v1.2.3