osmith submitted this change.
systemd: depend on networking-online.target
Related: SYS#6400
Change-Id: Ib6c78c76c5f13b9482428ce653a61b03b2aca1d3
---
M contrib/systemd/osmo-hnodeb.service
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/contrib/systemd/osmo-hnodeb.service b/contrib/systemd/osmo-hnodeb.service
index d7e26d8..12181a2 100644
--- a/contrib/systemd/osmo-hnodeb.service
+++ b/contrib/systemd/osmo-hnodeb.service
@@ -1,5 +1,7 @@
[Unit]
Description=Osmocom Home NodeB (hNodeB)
+After=network-online.target
+Wants=network-online.target
[Service]
Type=simple
To view, visit change 33022. To unsubscribe, or for help writing mail filters, visit settings.