aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-02-15 13:46:17 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-02-15 13:46:17 +0100
commit89e014ac27981b9af88132ec41300475fc1f8b83 (patch)
tree994d53cbfdc6d24624e1ac56008e3bfbd35a8f1d
parentbe5095683da56284f0dd725803d0623017f9f533 (diff)
conf: setting readyfd for afb-daemon
Change-Id: I5c1fd99ae8d05bb468748a1d98773b397aeb4b0e Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf/afm-launch.conf23
1 files changed, 12 insertions, 11 deletions
diff --git a/conf/afm-launch.conf b/conf/afm-launch.conf
index a9daa83..3b324fe 100644
--- a/conf/afm-launch.conf
+++ b/conf/afm-launch.conf
@@ -1,24 +1,25 @@
-# %I icondir
-# %P port
-# %S secret
-# %D datadir
-# %r rootdir
-# %h homedir
-# %t tag (smack label)
+# %% %
# %a appid
# %c content
+# %D datadir
+# %H height
+# %h homedir
+# %I icondir
# %m mime-type
# %n name
# %p plugins
+# %P port
+# %R readyfd
+# %r rootdir
+# %S secret
+# %t tag (smack label)
# %W width
-# %H height
-# %% %
#-----------------
mode local
#-----------------
text/html
- /usr/bin/afb-daemon --mode local --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
+ /usr/bin/afb-daemon --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
/usr/bin/web-runtime http://localhost:%P/%c?token=%S
application/x-executable
@@ -32,6 +33,6 @@ mode remote
#-----------------
text/html
- /usr/bin/afb-daemon --mode remote --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
+ /usr/bin/afb-daemon --mode=remote --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon
http://%%h:%P/%c?token=%S