[wam][cef] Start unsing the WebAppMgrCli wrapper
[AGL/meta-agl-demo.git] / recipes-demo / html5-homescreen / files / homescreen.service
1 [Unit]
2 Description=AGL Homescreen
3 Requires=WebAppMgr.service dbus.service
4 After=WebAppMgr.service dbus.service
5
6 [Service]
7 Type=simple
8 User=agl-driver
9 EnvironmentFile=-/etc/default/WebAppMgr.env
10 Environment=XDG_RUNTIME_DIR=/run/user/1001/
11 ExecStartPre=sleep 5
12 ExecStart=/usr/bin/WebAppMgrCli --appid=homescreen --app-install-dir=/usr/lib/wam_apps/html5-homescreen/
13 Restart=on-failure
14
15 [Install]
16 WantedBy=graphical.target