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