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
|
:command:`start-loggerhead`: Start a loggerhead server [XXX as a daemon]
=========================================================================
The :command:`start-loggerhead` command starts a new standalone loggerhead
server [XXX in the background (daemonized) by default]
.. program:: start-loggerhead
Usage
-----
.. code-block:: sh
start-loggerhead [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 [XXX default is
:file:`/etc/loggerhead.conf`]
.. cmdoption:: --log-folder=LOG_FOLDER
The directory [XXX in which] to place log files
|