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:57:18 +0200
commit6c87ac9af305a782315554404d56c7be6ff08261 (patch)
tree6fccf8535ec712d1400c4f9c29474fa5268b7844
parent23c623b48743f9247230c90de4e81f053db3089b (diff)
systemd: depend on networking-online.target
-rw-r--r--contrib/systemd/osmo-mgw.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-mgw.service b/contrib/systemd/osmo-mgw.service
index f75277e52..0e0689db0 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