summaryrefslogtreecommitdiffstats
path: root/recipes-demo/html5-homescreen/files/homescreen.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/html5-homescreen/files/homescreen.service')
-rw-r--r--recipes-demo/html5-homescreen/files/homescreen.service4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-demo/html5-homescreen/files/homescreen.service b/recipes-demo/html5-homescreen/files/homescreen.service
index 80bc44ee..b142c4ef 100644
--- a/recipes-demo/html5-homescreen/files/homescreen.service
+++ b/recipes-demo/html5-homescreen/files/homescreen.service
@@ -5,10 +5,8 @@ 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 5
-ExecStart=/usr/bin/WebAppMgr
+ExecStart=/usr/bin/WebAppMgr --appid=homescreen --app-install-dir=/usr/lib/wam_apps/html5-homescreen/
Restart=on-failure
[Install]