401.2.2
by Tres Seaver
ReST fixups, better cross-references. |
1 |
:command:`start-loggerhead`
|
2 |
===========================
|
|
401.2.1
by Tres Seaver
Add Sphinx-based documentation. |
3 |
|
401.2.7
by Tres Seaver
Use 'Loggerhead' as the display name; fix typos. |
4 |
The :command:`start-loggerhead` command starts a new standalone Loggerhead |
401.2.2
by Tres Seaver
ReST fixups, better cross-references. |
5 |
server. By default, the server runs in the background (daemonized). |
401.2.1
by Tres Seaver
Add Sphinx-based documentation. |
6 |
|
7 |
.. program:: start-loggerhead |
|
8 |
||
9 |
Usage
|
|
10 |
-----
|
|
11 |
||
12 |
.. code-block:: sh |
|
13 |
||
401.2.10
by Tres Seaver
Consistent punctuation, capitalization; remove XXX. |
14 |
start-loggerhead [OPTIONS] |
401.2.1
by Tres Seaver
Add Sphinx-based documentation. |
15 |
|
401.2.2
by Tres Seaver
ReST fixups, better cross-references. |
16 |
Options
|
17 |
-------
|
|
18 |
||
401.2.1
by Tres Seaver
Add Sphinx-based documentation. |
19 |
.. cmdoption:: --version |
20 |
||
21 |
Print the software version and exit. |
|
22 |
||
23 |
.. cmdoption:: -h, --help |
|
24 |
||
401.2.10
by Tres Seaver
Consistent punctuation, capitalization; remove XXX. |
25 |
Show this help message and exit. |
401.2.1
by Tres Seaver
Add Sphinx-based documentation. |
26 |
|
27 |
.. cmdoption:: --foreground |
|
28 |
||
29 |
Run in the foreground; don't daemonize. |
|
30 |
||
31 |
.. cmdoption:: -C, --check |
|
32 |
||
401.2.10
by Tres Seaver
Consistent punctuation, capitalization; remove XXX. |
33 |
Only start if not already running (useful for cron jobs). |
401.2.1
by Tres Seaver
Add Sphinx-based documentation. |
34 |
|
35 |
.. cmdoption:: -p, --pidfile=PIDFILE |
|
36 |
||
401.2.10
by Tres Seaver
Consistent punctuation, capitalization; remove XXX. |
37 |
Override pid file location. |
401.2.1
by Tres Seaver
Add Sphinx-based documentation. |
38 |
|
39 |
.. cmdoption:: -c, --config-file=CONFIGFILE |
|
40 |
||
401.2.10
by Tres Seaver
Consistent punctuation, capitalization; remove XXX. |
41 |
Override configuration file location (the default is |
42 |
:file:`/etc/loggerhead.conf`). |
|
401.2.1
by Tres Seaver
Add Sphinx-based documentation. |
43 |
|
44 |
.. cmdoption:: --log-folder=LOG_FOLDER |
|
45 |
||
401.2.10
by Tres Seaver
Consistent punctuation, capitalization; remove XXX. |
46 |
The directory in which to place log files. |