summaryrefslogtreecommitdiffstats
path: root/tools/manpagegen/bcfg2-server.8.ronn
blob: c306fa6a47539974f8fc40e366c8bdb10d654e5d (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
42
43
bcfg2-server(8) -- Server for client configuration specifications
=================================================================

## 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

`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 alternate encoding (default is UTF-8).

  * `-Q` <repo path>:
    Set repository path.

  * `-S` <server url>:
    Set server address.

  * `-d`:
    Run `bcfg2-server` in debug mode.

  * `-v`:
    Run `bcfg2-server` in verbose mode.

  * `--ssl-key=`<ssl key>:
    Set path to SSL key.

## SEE ALSO

bcfg2(1), bcfg2-lint(8)