diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2023-07-13 22:56:26 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-07-18 18:06:54 +0000 |
commit | 6ceb50a297453017b88f37739be10e766d53ae21 (patch) | |
tree | dc36b1d17a8f9a6b155976f9b6733bcab555eb97 /meta-app-framework/recipes-core | |
parent | adabd19ec49fef0e39ec33b0887a1bec5fad94a0 (diff) |
[agl][cef][applaunchd] Make it possible to switch between chromium and cef backends
Bug-AGL: SPEC-3872
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: I574c8c19b977f29a9d73b7d7e5261494d9d2676f
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29048
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core')
-rw-r--r-- | meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service b/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service index 3b736a5d2..e0353b6ae 100644 --- a/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service +++ b/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service @@ -4,7 +4,8 @@ Description=%I [Service] Type=simple User=agl-driver +EnvironmentFile=-/etc/default/WebAppMgr.env Environment=XDG_RUNTIME_DIR=/run/user/1001/ Environment=AGL_APP_WAM_DIR=%I -ExecStart=/usr/bin/WebAppMgr --appid=%I --app-install-dir=/usr/lib/wam_apps/${AGL_APP_WAM_DIR}/ +ExecStart=/usr/bin/WebAppMgrCli --appid=%I --app-install-dir=/usr/lib/wam_apps/${AGL_APP_WAM_DIR}/ |