diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2023-06-23 14:06:20 +0200 |
---|---|---|
committer | Roger Zanoni <rzanoni@igalia.com> | 2023-07-18 15:28:52 +0200 |
commit | 1ad25b9039ef910dc444e50fd43245c31d9bcae9 (patch) | |
tree | e29b75b0abcaddd0f16a7f238be7873fe0530b56 /recipes-wam/wam/files/WebAppMgr.service | |
parent | 7a7c0e1f4c62ab976dfd2a58d33ed93d62c587d3 (diff) |
[wam][cef] Make it possible to use cef as a backend
This changes enables switching between the chromium and cef backends on
wam by passing the agl-cef feature to the agl-setup script.
Bug-AGL: SPEC-3872
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: Ib5b4b139789ec8303fef0a210a7e8f2f724d0c00
Diffstat (limited to 'recipes-wam/wam/files/WebAppMgr.service')
-rw-r--r-- | recipes-wam/wam/files/WebAppMgr.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-wam/wam/files/WebAppMgr.service b/recipes-wam/wam/files/WebAppMgr.service index ca9a47811..ed15040fb 100644 --- a/recipes-wam/wam/files/WebAppMgr.service +++ b/recipes-wam/wam/files/WebAppMgr.service @@ -23,7 +23,7 @@ UMask=0077 OOMScoreAdjust=-1000 EnvironmentFile=-/etc/default/WebAppMgr.env Environment=XDG_RUNTIME_DIR=/run/user/1001/ -ExecStart=/usr/bin/WebAppMgr --use-gl=egl --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --use-viz-fmp-with-timeout=0 --in-process-gpu --remote-debugging-port=9998 --user-data-dir="/home/%u/wamdata" --webos-wam --agl-shell-appid=homescreen --disable-gpu-vsync --ignore-gpu-blocklist +ExecStart=@WAM_EXE_DIR@/WebAppMgr $WAM_SWITCHES ExecStop=pkill -U %U WebAppMgr Restart=on-failure RestartSec=50 |