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