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:10:46 +0200
commit72f911513ef9721cfe25491e4649db748f85c0b2 (patch)
tree2123ca26dc8361af81c2b8ac550ef1e6df6de110
parent3d0676a7912aa59861bf70c9760a3c35cfac5b4e (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 13c85158d..b187e1ac4 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