diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-03-22 20:02:57 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-03-22 20:24:54 -0500 |
commit | 79ef1ac677d7df1633b5654b5310317ee9c6aede (patch) | |
tree | 0a0e21d5adacc7593b132d6e75ac5726c8ba8663 /doc/client/index.txt | |
parent | 884d6343e625212257b7c1a87188891924d32021 (diff) | |
download | bcfg2-79ef1ac677d7df1633b5654b5310317ee9c6aede.tar.gz bcfg2-79ef1ac677d7df1633b5654b5310317ee9c6aede.tar.bz2 bcfg2-79ef1ac677d7df1633b5654b5310317ee9c6aede.zip |
doc: Add new service mode information
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5785 ce84e21b-d406-0410-9b95-82705330c041
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 |