aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-05-26 14:10:46 +0200
committerOliver Smith <osmith@sysmocom.de>2023-05-26 14:59:01 +0200
commitf7d3ed64458745a53ea15a7df8cd0d17cd5a1171 (patch)
tree61929e6c834f94a9442142d8f36e3d483d99117c
parent964ce6f46c6429da141a4684791a021a616c8518 (diff)
systemd: depend on networking-online.target
-rw-r--r--contrib/systemd/osmo-msc.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-msc.service b/contrib/systemd/osmo-msc.service
index 36849f7f6..f21aec7b5 100644
--- a/contrib/systemd/osmo-msc.service
+++ b/contrib/systemd/osmo-msc.service
@@ -4,6 +4,8 @@ Wants=osmo-hlr.service
Wants=osmo-mgw.service
After=osmo-hlr.service
After=osmo-hnbgw.service
+After=network-online.target
+Wants=network-online.target
[Service]
Type=simple