From 8f35a2e49b95ace03015e0df02825e3f8e2f8572 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 22 Jan 2016 23:05:08 +0100 Subject: [PATCH] launch: launch the binder as a daemon MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This avoid the message "AFB:notice Use Ctrl-C to quit" Change-Id: I7ff255890a2997fb78fe8d1467047e9bc3f713ae Signed-off-by: José Bollo --- src/afm-launch.c | 1 + 1 file changed, 1 insertion(+) 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", -- 2.16.6