summaryrefslogtreecommitdiffstats
path: root/doc/man/bcfg2-server.txt
blob: 33d0df6cf50c2e6de70f195934c4800db2eed0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.. -*- mode: rst -*-
.. 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*] [--no-fam-blocking]

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 *pidfile*.
-E encoding        Specify the encoding of config files.
-Q path            Specify the path to the server repository.
-S server          Manually specify the server location (as opposed to
                   using the value in bcfg2.conf). This should be in
                   the format "https://server:port"
-d                 Enable debugging output.
-v                 Run in verbose mode.
-h                 Print usage information.
--ssl-key=key      Specify the path to the SSL key.
--no-fam-blocking  Synonym for fam_blocking = False in bcfg2.conf

See Also
--------

:manpage:`bcfg2(1)`, :manpage:`bcfg2-lint(8)`, :manpage:`bcfg2.conf(5)`