From d7a517e6b430ba2d8a60467e3c438fe2a5c12df6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Mon, 25 Jan 2016 11:06:33 +0100 Subject: [PATCH] launch: removes deamonizing afb-daemon MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I7de57bae559842138078d450e981de6ae8f7c1e5 Signed-off-by: José Bollo --- src/afm-launch.c | 1 - 1 file changed, 1 deletion(-) 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", -- 2.16.6