~loggerhead-team/loggerhead/trunk-rich

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
44
45
46
:command:`start-loggerhead`
===========================

The :command:`start-loggerhead` command starts a new standalone Loggerhead
server.  By default, the server runs in the background (daemonized).

.. program:: start-loggerhead

Usage
-----

.. code-block:: sh

    start-loggerhead [OPTIONS]

Options
-------

.. cmdoption:: --version

    Print the software version and exit.

.. cmdoption:: -h, --help

    Show this help message and exit.

.. cmdoption:: --foreground

    Run in the foreground;  don't daemonize.

.. cmdoption:: -C, --check

    Only start if not already running (useful for cron jobs).

.. cmdoption:: -p, --pidfile=PIDFILE

    Override pid file location.

.. cmdoption:: -c, --config-file=CONFIGFILE

    Override configuration file location (the default is
    :file:`/etc/loggerhead.conf`).

.. cmdoption:: --log-folder=LOG_FOLDER

    The directory in which to place log files.