X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Fafm-launch.conf;h=4dd721b6f607d954a0a3f1f231d322afa5fadcb1;hb=e0bd7712d3035ef400565bd87be4864a080089cb;hp=a9daa83183aade3004aa3a3171cc16562f341f62;hpb=6bf93414adf63909dbb9753c9eb5113b760fdeb8;p=src%2Fapp-framework-main.git diff --git a/conf/afm-launch.conf b/conf/afm-launch.conf index a9daa83..4dd721b 100644 --- a/conf/afm-launch.conf +++ b/conf/afm-launch.conf @@ -1,24 +1,24 @@ -# %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 # %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 +32,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