aboutsummaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/af-main/af-main/afm-install
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-06-27 16:09:29 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-06-28 20:42:25 +0000
commita7bbf5595280a8c4255ade2f4978cfcf2b7e2617 (patch)
treeb6978958fa67c512967b15a70483a8b528f87c13 /meta-app-framework/recipes-core/af-main/af-main/afm-install
parent0dca647cf9d34aa6569cc5c846e11b3033eda2a0 (diff)
af-main: moves reload of service
Make the reload of services in the daemon and add an option to avoid the reload within system Change-Id: I8441716e91a13726f24e2f7ab82562a9dc0d953a Signed-off-by: José Bollo <jose.bollo@iot.bzh> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9923 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core/af-main/af-main/afm-install')
-rwxr-xr-xmeta-app-framework/recipes-core/af-main/af-main/afm-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-main/af-main/afm-install b/meta-app-framework/recipes-core/af-main/af-main/afm-install
index 9b393c02a..aadcae213 100755
--- a/meta-app-framework/recipes-core/af-main/af-main/afm-install
+++ b/meta-app-framework/recipes-core/af-main/af-main/afm-install
@@ -22,7 +22,7 @@ case "$1" in
add|install)
f=$(realpath $2)
- send install '{"wgt":"'"$f"'","force":true}'
+ send install '{"wgt":"'"$f"'","force":true,"reload":false}'
;;
-h|--help|help)