osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/33036 )
Change subject: systemd: depend on networking-online.target ......................................................................
systemd: depend on networking-online.target
Related: SYS#6400 Change-Id: I7e88d7f48fb1f359fc9147acf3e69525c856d4e8 --- M contrib/systemd/osmo-stp.service 1 file changed, 12 insertions(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved osmith: Verified
diff --git a/contrib/systemd/osmo-stp.service b/contrib/systemd/osmo-stp.service index 79394fa..027ea91 100644 --- a/contrib/systemd/osmo-stp.service +++ b/contrib/systemd/osmo-stp.service @@ -1,6 +1,8 @@ [Unit] Description=Osmocom STP (Signal Transfer Point) Documentation=https://osmocom.org/projects/osmo-stp/wiki +After=network-online.target +Wants=network-online.target
[Service] Type=simple