summaryrefslogtreecommitdiffstats
path: root/recipes-demo/html5-homescreen/files/homescreen.service
blob: 4cc44242e22a943784a0c9d6dbc735de86d4e8b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=AGL Homescreen
Requires=WebAppMgr.service dbus.service
After=WebAppMgr.service dbus.service

[Service]
Type=simple
User=agl-driver
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/
Restart=on-failure

[Install]
WantedBy=graphical.target