osmith has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/36/33036/1 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 -- To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/33036 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-sccp Gerrit-Branch: osmith/1.7.1 Gerrit-Change-Id: I7e88d7f48fb1f359fc9147acf3e69525c856d4e8 Gerrit-Change-Number: 33036 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
