osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-smlc/+/33030 )
Change subject: systemd: depend on networking-online.target ...................................................................... systemd: depend on networking-online.target Related: SYS#6400 Change-Id: Idadcbbf55e976ae035cfac4b85ccd870e0f27b82 --- M contrib/systemd/osmo-smlc.service 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/30/33030/1 diff --git a/contrib/systemd/osmo-smlc.service b/contrib/systemd/osmo-smlc.service index ce5a9d3..65e552f 100644 --- a/contrib/systemd/osmo-smlc.service +++ b/contrib/systemd/osmo-smlc.service @@ -1,5 +1,7 @@ [Unit] Description=Osmocom Serving Mobile Location Center (SMLC) +After=network-online.target +Wants=network-online.target [Service] Type=simple -- To view, visit https://gerrit.osmocom.org/c/osmo-smlc/+/33030 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-smlc Gerrit-Branch: master Gerrit-Change-Id: Idadcbbf55e976ae035cfac4b85ccd870e0f27b82 Gerrit-Change-Number: 33030 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
