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