diff options
Diffstat (limited to 'doc/client/index.txt')
-rw-r--r-- | doc/client/index.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/client/index.txt b/doc/client/index.txt index d0e7bd9a6..e13d97ea8 100644 --- a/doc/client/index.txt +++ b/doc/client/index.txt @@ -22,6 +22,27 @@ architecture, as opposed to one with a smarter client, for a few reasons: deployment engine that can be driven by anything that writes a compatible configuration description. +Overall client service mode +--------------------------- + +`New in version 1.0.0` + +Overall client service mode. Specified on the client using ``-s <service +mode``. + +* default + + * perform all service manipulations + +* disabled + + * perform no service manipulations + +* build + + * attempt to stop all services started + * deprecates/replaces -B + .. toctree:: :maxdepth: 2 |