osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/33056 )
Change subject: systemd: depend on networking-online.target ......................................................................
systemd: depend on networking-online.target
Related: SYS#6400 Change-Id: Ib6c78c76c5f13b9482428ce653a61b03b2aca1d3 --- M contrib/systemd/osmo-mgw.service 1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/56/33056/1
diff --git a/contrib/systemd/osmo-mgw.service b/contrib/systemd/osmo-mgw.service index 13c8515..b187e1a 100644 --- a/contrib/systemd/osmo-mgw.service +++ b/contrib/systemd/osmo-mgw.service @@ -1,5 +1,7 @@ [Unit] Description=Osmocom Media Gateway (MGW) +After=network-online.target +Wants=network-online.target
[Service] Type=simple