@@ -5,7 +5,7 @@ roundup-server \- start roundup web server
55\fB roundup-server \fP [\fI options \fP ] [\fB name= \fP\fI tracker home \fP ]*
66.SH OPTIONS
77.TP
8- \fB -C \fP \fI file \fP
8+ \fB -C \fP \fI file \fP or \fB --config \fP \fI file \fP
99Use options read from the configuration file (see below).
1010.TP
1111\fB -n \fP \fI hostname \fP
@@ -15,13 +15,21 @@ Sets the host name or IP address to listen on. Default is localhost
1515\fB -p \fP \fI port \fP
1616Sets the port to listen on (default: 8080).
1717.TP
18- \fB -d \fP \fI file \fP
19- Daemonize, and write the server's PID to the nominated file.
18+ \fB -d \fP \fI PIDfile \fP
19+ Run the server in the background and write the server's PID to the
20+ file indicated by PIDfile. The -l (or -L) option \fB must \fP be
21+ specified if -d is used.
22+ .TP
23+ \fB -t \fP \fB fork|debug|none \fP
24+ Control multi-process mode. Default fork.
2025.TP
2126\fB -l \fP \fI file \fP
2227Sets a filename to log to (instead of stdout). This is required if the -d
2328option is used.
2429.TP
30+ \fB -L \fP
31+ Have the server log using the Python logger with key roundup.http.
32+ .TP
2533\fB -i \fP \fI file \fP
2634Sets a filename to use as a template for generating the tracker index page.
2735The variable "trackers" is available to the template and is a dict of all
@@ -43,17 +51,15 @@ Runs the Roundup web server as this UID.
4351\fB -g \fP \fI GID \fP
4452Runs the Roundup web server as this GID.
4553.TP
46- \fB -d \fP \fI PIDfile \fP
47- Run the server in the background and write the server's PID
48- to the file indicated by PIDfile. The -l option \fB must \fP be
49- specified if -d is used.
50- .TP
51- \fB -v \fP
54+ \fB -v \fP or \fB --version \fP
5255Print version and exit.
5356.TP
54- \fB -h \fP
57+ \fB -h \fP or \fB --help \fP
5558Print help and exit.
5659.TP
60+ \fB --save-config \fP
61+ Create or update configuration file and exit.
62+ .TP
5763\fB name= \fP\fI tracker home \fP
5864Sets the tracker home(s) to use. The \fB name \fP variable is how the tracker is
5965identified in the URL (it's the first part of the URL path). The \fI tracker
0 commit comments