summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntia Puentes <apuentes@igalia.com>2020-09-01 12:30:19 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-09-03 09:07:32 +0000
commit6976dc76c4bfaed7ec519c8d0d8c9d39396c9469 (patch)
tree4163fa4f576d609d9fc8ab89628abe07b12f67b1
parentacc452123edf8ede98696414ed063aa4bde154b4 (diff)
wam: Require weston@display service
WebAppMgr depends on weston@display.service Bug-AGL: SPEC-3544 Signed-off-by: Antia Puentes <apuentes@igalia.com> Change-Id: I5dc0980237a7a09306c7aec88b7dbeba807d2fcd Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25174 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Scott Murray <scott.murray@konsulko.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service b/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service
index a908a7fb3..a855bf9f5 100644
--- a/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service
+++ b/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service
@@ -12,8 +12,9 @@
[Unit]
Description="WebAppMgr is responsible for running web apps and manage their lifecycle"
-After=afm-service-homescreen-service--0.1--main@%i.service
+After=afm-service-homescreen-service--0.1--main@%i.service weston@display.service
Wants=afm-service-homescreen-service--0.1--main@%i.service
+BindsTo=weston@display.service
[Service]
Type=simple