summaryrefslogtreecommitdiffstats
path: root/man/bcfg2.1
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-01-23 02:57:34 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-01-23 02:57:34 +0000
commit154c97c06501ef66e0a103644731ed53d1096fc3 (patch)
treeac1f97249e4209e0dc49a312d87b9b674faa6ee0 /man/bcfg2.1
parentf7f0b49a8d6e7ffef6690184bf083a678dc2e5fb (diff)
downloadbcfg2-154c97c06501ef66e0a103644731ed53d1096fc3.tar.gz
bcfg2-154c97c06501ef66e0a103644731ed53d1096fc3.tar.bz2
bcfg2-154c97c06501ef66e0a103644731ed53d1096fc3.zip
Simplify service configuration; make all services use common restart framework
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5040 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2.1')
-rw-r--r--man/bcfg2.19
1 files changed, 4 insertions, 5 deletions
diff --git a/man/bcfg2.1 b/man/bcfg2.1
index 8a45606a0..936f59e37 100644
--- a/man/bcfg2.1
+++ b/man/bcfg2.1
@@ -1,4 +1,4 @@
-.TH "bcfg2" 1
+ .TH "bcfg2" 1
.SH NAME
bcfg2 \- reconfigure machine based on settings in BCFG2
.SH SYNOPSIS
@@ -20,10 +20,6 @@ state.
Run in agent (continuous) mode, wait for reconfigure command from
server.
.TP
-.BR "\-B"
-Run bcfg2 in build mode. Services aren't started, as the system
-may still be in miniroot.
-.TP
.BR "\-C <configfile>"
Specify alternate bcfg2.conf location
.TP
@@ -56,6 +52,9 @@ configuration files marked as paranoid by the Bcfg2 server.
Specify the number of times that the client will attempt to retry
network communication.
.TP
+.BR "\-s <service mode>"
+Set bcfg2 interaction level for services. Default behavior is to modify all services effected by reconfiguration. build mode attempts to stop all services started. disabled suppresses all attempts to modify services.
+.TP
.BR "\-S https://server:port"
Manually specify the server location (as opposed to using the value in
bcfg2.conf).