aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-01-22 23:05:08 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-01-22 23:05:08 +0100
commit8f35a2e49b95ace03015e0df02825e3f8e2f8572 (patch)
treead263b9fff7ab93bd809db68450d5b42bb33b563
parent056a6ad9120d5733d9283fa9490ddd1bbb38340f (diff)
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 <jose.bollo@iot.bzh>
-rw-r--r--src/afm-launch.c1
1 files changed, 1 insertions, 0 deletions
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",