From: José Bollo Date: Fri, 22 Jan 2016 22:05:08 +0000 (+0100) Subject: launch: launch the binder as a daemon X-Git-Tag: 2.0.2~91 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8f35a2e49b95ace03015e0df02825e3f8e2f8572;p=src%2Fapp-framework-main.git launch: launch the binder as a daemon This avoid the message "AFB:notice Use Ctrl-C to quit" Change-Id: I7ff255890a2997fb78fe8d1467047e9bc3f713ae Signed-off-by: José Bollo --- diff --git a/src/afm-launch.c b/src/afm-launch.c index 7777d7b..a66004b 100644 --- a/src/afm-launch.c +++ b/src/afm-launch.c @@ -54,6 +54,7 @@ extern char **environ; static const char *args_for_afb_daemon[] = { "/usr/bin/afb-daemon", + "--daemon", "--alias=/icons:%I", "--port=%P", "--rootdir=%D",