[agl][cef][applaunchd] Make it possible to switch between chromium and cef backends 48/29048/3
authorRoger Zanoni <rzanoni@igalia.com>
Thu, 13 Jul 2023 20:56:26 +0000 (22:56 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 18 Jul 2023 18:06:54 +0000 (18:06 +0000)
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>
meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service

index 3b736a5..e0353b6 100644 (file)
@@ -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}/