[wam][cef] Start unsing the WebAppMgrCli wrapper 50/29050/3 15.92.0 pike/15.92.0 pike_15.92.0
authorRoger Zanoni <rzanoni@igalia.com>
Thu, 13 Jul 2023 20:58:28 +0000 (22:58 +0200)
committerRoger Zanoni <rzanoni@igalia.com>
Tue, 18 Jul 2023 13:28:52 +0000 (15:28 +0200)
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

recipes-demo/html5-homescreen/files/homescreen.service

index 4cc4424..b8d34ca 100644 (file)
@@ -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]