wam, chromium, html5-*: improve initial frame, and drop usage of config.xml
[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 ExecStartPre=sleep 5
9 ExecStart=/usr/bin/WebAppMgr --appid=homescreen --app-install-dir=/usr/lib/wam_apps/html5-homescreen/
10 Restart=on-failure
11
12 [Install]
13 WantedBy=agl-session.target