summaryrefslogtreecommitdiffstats
path: root/doc/man/bcfg2-server.txt
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-11-06 17:08:29 -0600
committerSol Jerome <sol.jerome@gmail.com>2012-11-06 17:11:30 -0600
commit3d8cd6ef61524b3d8e3edf55da25ad0f252c085c (patch)
tree91415649412ad858a580e69dbd7c4638d8fb97a2 /doc/man/bcfg2-server.txt
parentb7294206ffd1248997679eaaf5daa53a0a315054 (diff)
downloadbcfg2-3d8cd6ef61524b3d8e3edf55da25ad0f252c085c.tar.gz
bcfg2-3d8cd6ef61524b3d8e3edf55da25ad0f252c085c.tar.bz2
bcfg2-3d8cd6ef61524b3d8e3edf55da25ad0f252c085c.zip
doc: Add man pages to Sphinx documentation
This allows you to generate our manpages directly from the Sphinx documentation. This commit is more or less copied directly from the current man pages. The goal is to integrate these more closely with the current Sphinx documentation via include directives to prevent duplication and keep all documentation consistent. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/man/bcfg2-server.txt')
-rw-r--r--doc/man/bcfg2-server.txt51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/man/bcfg2-server.txt b/doc/man/bcfg2-server.txt
new file mode 100644
index 000000000..dedc86549
--- /dev/null
+++ b/doc/man/bcfg2-server.txt
@@ -0,0 +1,51 @@
+.. vim: ft=rst
+
+bcfg2-server
+============
+
+.. program:: bcfg2-server
+
+Synopsis
+--------
+
+**bcfg2-server** [-d] [-v] [-C *configfile*] [-D *pidfile*] [-E
+*encoding*] [-Q *repo path*] [-S *server url*] [-o *logfile*] [-x
+*password*] [--ssl-key=\ *ssl key*]
+
+Description
+-----------
+
+:program:`bcfg2-server` is the daemon component of Bcfg2 which serves
+configurations to clients based on the data in its repository.
+
+Options
+-------
+
+-C *configfile*
+ Specify alternate bcfg2.conf location.
+
+-D *pidfile*
+ Daemonize, placing the program pid in the specified pidfile.
+
+-E *encoding*
+ Specify the encoding of config files (default is UTF-8).
+
+-Q *repo path*
+ Set repository path.
+
+-S *https://server:port*
+ Set server address.
+
+-d
+ Run :program:`bcfg2-server` in debug mode.
+
+-v
+ Run :program:`bcfg2-server` in verbose mode.
+
+--ssl-key=\ *ssl key*
+ Set path to SSL key.
+
+See Also
+--------
+
+:manpage:`bcfg2(1)`, :manpage:`bcfg2-lint(8)`