diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-01-25 11:06:33 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-01-25 11:06:33 +0100 |
commit | d7a517e6b430ba2d8a60467e3c438fe2a5c12df6 (patch) | |
tree | cef55a39452bc1e65f6c843f19a6bb1977edabdc | |
parent | 7c903a4e1b6c9d0055e0877df3cba0ce01e83761 (diff) |
launch: removes deamonizing afb-daemon
Change-Id: I7de57bae559842138078d450e981de6ae8f7c1e5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/afm-launch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afm-launch.c b/src/afm-launch.c index f2a5065..ac49d59 100644 --- a/src/afm-launch.c +++ b/src/afm-launch.c @@ -54,7 +54,6 @@ extern char **environ; static const char *args_for_afb_daemon[] = { "/usr/bin/afb-daemon", - "--daemon", "--alias=/icons:%I", "--port=%P", "--rootdir=%D", |