Skip to content
Snippets Groups Projects
Commit 878de493 authored by Roger Zanoni's avatar Roger Zanoni
Browse files

[wam][cef] Start unsing the WebAppMgrCli wrapper


This enables the homescreen service to run using the regular or
the CEF backend.

Bug-AGL: SPEC-3872

Signed-off-by: default avatarRoger Zanoni <rzanoni@igalia.com>
Change-Id: I0fe710775626aabd3823b8c316f535ac9c966b51
parent 1ad25b90
No related branches found
Tags 15.92.0 pike/15.92.0 pike_15.92.0
No related merge requests found
......@@ -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]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment