diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-02-20 20:09:17 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-02-20 20:09:17 +0000 |
commit | 818c1d478e637b68218647b0f7bab2dbf85e8614 (patch) | |
tree | 8f21c417cc44e8e1ab7508d941f9a29f7aac817f /doc/bcfg2.conf-options.txt | |
parent | de160a5a2bcd1b2e769165f80052ad38122999c0 (diff) | |
download | bcfg2-818c1d478e637b68218647b0f7bab2dbf85e8614.tar.gz bcfg2-818c1d478e637b68218647b0f7bab2dbf85e8614.tar.bz2 bcfg2-818c1d478e637b68218647b0f7bab2dbf85e8614.zip |
Options.py: Add configurable lockfile option (Resolves Ticket #850)
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5734 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/bcfg2.conf-options.txt')
-rw-r--r-- | doc/bcfg2.conf-options.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bcfg2.conf-options.txt b/doc/bcfg2.conf-options.txt new file mode 100644 index 000000000..85bc0190f --- /dev/null +++ b/doc/bcfg2.conf-options.txt @@ -0,0 +1,19 @@ +.. -*- mode: rst -*- + +.. _bcfg2.conf-options: + +========== +bcfg2.conf +========== + +This page documents the various options available in bcfg2.conf. The +various sections correspond to the sections in the file itself. + +components +========== + +logging +------- + +Specify an alternate path for the lockfile used by the bcfg2 client. +Default value is ``/var/lock/bcfg2.run`` |