diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2023-07-13 22:58:28 +0200 |
---|---|---|
committer | Roger Zanoni <rzanoni@igalia.com> | 2023-07-18 15:28:52 +0200 |
commit | 878de493eeca72e3947af4bc355d5b7896eb0e43 (patch) | |
tree | a0bee218676384a4c6da195dd411791affa435f2 /recipes-demo/html5-homescreen/files/homescreen.service | |
parent | 1ad25b9039ef910dc444e50fd43245c31d9bcae9 (diff) |
[wam][cef] Start unsing the WebAppMgrCli wrapperpike_15.92.0pike/15.92.015.92.0
This enables the homescreen service to run using the regular or
the CEF backend.
Bug-AGL: SPEC-3872
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: I0fe710775626aabd3823b8c316f535ac9c966b51
Diffstat (limited to 'recipes-demo/html5-homescreen/files/homescreen.service')
-rw-r--r-- | recipes-demo/html5-homescreen/files/homescreen.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-demo/html5-homescreen/files/homescreen.service b/recipes-demo/html5-homescreen/files/homescreen.service index 4cc44242e..b8d34caa9 100644 --- a/recipes-demo/html5-homescreen/files/homescreen.service +++ b/recipes-demo/html5-homescreen/files/homescreen.service @@ -6,9 +6,10 @@ After=WebAppMgr.service dbus.service [Service] Type=simple User=agl-driver +EnvironmentFile=-/etc/default/WebAppMgr.env Environment=XDG_RUNTIME_DIR=/run/user/1001/ ExecStartPre=sleep 5 -ExecStart=/usr/bin/WebAppMgr --appid=homescreen --app-install-dir=/usr/lib/wam_apps/html5-homescreen/ +ExecStart=/usr/bin/WebAppMgrCli --appid=homescreen --app-install-dir=/usr/lib/wam_apps/html5-homescreen/ Restart=on-failure [Install] |