summaryrefslogtreecommitdiffstats
path: root/recipes-demo/html5-homescreen/files/homescreen.service
blob: 20ed2ee13fd6d10d887209fc45f6f8f892be7bf0 (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
Environment=AFM_ID=homescreen
Environment=AFM_APP_INSTALL_DIR=/usr/lib/wam_apps/html5-homescreen/
ExecStartPre=sleep 1
ExecStart=/usr/bin/WebAppMgr
Restart=on-failure

[Install]
WantedBy=agl-session.target