diff options
Diffstat (limited to 'doc/afb-overview.md')
-rw-r--r-- | doc/afb-overview.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/afb-overview.md b/doc/afb-overview.md index c66f84ea..6272b5d2 100644 --- a/doc/afb-overview.md +++ b/doc/afb-overview.md @@ -232,6 +232,17 @@ The launch options for binder **afb-daemon** are: Get all in background mode + --no-httpd + + Forbids HTTP serve + + --exec + + Must be the last option for afb-daemon. The remaining + arguments define a command that afb-daemon will launch. + The sequences @p, @t and @@ of the arguments are replaced + with the port, the token and @. + Future development of afb-daemon -------------------------------- |