launch: launch the binder as a daemon
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Jan 2016 22:05:08 +0000 (23:05 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Jan 2016 22:05:08 +0000 (23:05 +0100)
This avoid the message "AFB:notice Use Ctrl-C to quit"

Change-Id: I7ff255890a2997fb78fe8d1467047e9bc3f713ae
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afm-launch.c

index 7777d7b..a66004b 100644 (file)
@@ -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",