diff options
-rw-r--r-- | meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service b/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service index 3b736a5d2..e0353b6ae 100644 --- a/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service +++ b/meta-app-framework/recipes-core/applaunchd/applaunchd/agl-app-web@.service @@ -4,7 +4,8 @@ Description=%I [Service] Type=simple User=agl-driver +EnvironmentFile=-/etc/default/WebAppMgr.env Environment=XDG_RUNTIME_DIR=/run/user/1001/ Environment=AGL_APP_WAM_DIR=%I -ExecStart=/usr/bin/WebAppMgr --appid=%I --app-install-dir=/usr/lib/wam_apps/${AGL_APP_WAM_DIR}/ +ExecStart=/usr/bin/WebAppMgrCli --appid=%I --app-install-dir=/usr/lib/wam_apps/${AGL_APP_WAM_DIR}/ |