From: Jacobo Aragunde Pérez Date: Wed, 2 Oct 2019 20:44:54 +0000 (+0200) Subject: Add WAIT_FOR_HOST_SERVICE envvar to unit files for webapps X-Git-Tag: 8.99.1~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2435856512bfae534fe9ac1460ef686fb7651e1d;hp=2435856512bfae534fe9ac1460ef686fb7651e1d;p=src%2Fapp-framework-main.git Add WAIT_FOR_HOST_SERVICE envvar to unit files for webapps This envvar will make the application launcher wait for the WebAppMgr service to be fully running before attempting to launch the app. Otherwise, launcher would resort to running the app in standalone mode, which would conflict with the WebAppMgr service when it's finally running. It will be useful for webapps that are auto-started, like the future homescreen or the html5-launcher. Bug-AGL: SPEC-2793 Signed-off-by: Jacobo Aragunde Pérez Change-Id: I97f927c856b0dd2643f8b7492dff06b2c459761d ---