Mercurial > p > roundup > code
diff share/man/man1/roundup-server.1 @ 5969:247f176f9020
issue2550885 - man page documentation roundup-server.1
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 03 Nov 2019 14:43:29 -0500 |
| parents | c54720396f40 |
| children | a036712c96f4 |
line wrap: on
line diff
--- a/share/man/man1/roundup-server.1 Sun Nov 03 14:28:20 2019 -0500 +++ b/share/man/man1/roundup-server.1 Sun Nov 03 14:43:29 2019 -0500 @@ -5,7 +5,7 @@ \fBroundup-server\fP [\fIoptions\fP] [\fBname=\fP\fItracker home\fP]* .SH OPTIONS .TP -\fB-C\fP \fIfile\fP +\fB-C\fP \fIfile\fP or \fB--config\fP \fIfile\fP Use options read from the configuration file (see below). .TP \fB-n\fP \fIhostname\fP @@ -15,13 +15,21 @@ \fB-p\fP \fIport\fP Sets the port to listen on (default: 8080). .TP -\fB-d\fP \fIfile\fP -Daemonize, and write the server's PID to the nominated file. +\fB-d\fP \fIPIDfile\fP +Run the server in the background and write the server's PID to the +file indicated by PIDfile. The -l (or -L) option \fBmust\fP be +specified if -d is used. +.TP +\fB-t\fP \fBfork|debug|none\fP +Control multi-process mode. Default fork. .TP \fB-l\fP \fIfile\fP Sets a filename to log to (instead of stdout). This is required if the -d option is used. .TP +\fB-L\fP +Have the server log using the Python logger with key roundup.http. +.TP \fB-i\fP \fIfile\fP Sets a filename to use as a template for generating the tracker index page. The variable "trackers" is available to the template and is a dict of all @@ -43,17 +51,15 @@ \fB-g\fP \fIGID\fP Runs the Roundup web server as this GID. .TP -\fB-d\fP \fIPIDfile\fP -Run the server in the background and write the server's PID -to the file indicated by PIDfile. The -l option \fBmust\fP be -specified if -d is used. -.TP -\fB-v\fP +\fB-v\fP or \fB--version\fP Print version and exit. .TP -\fB-h\fP +\fB-h\fP or \fB--help\fP Print help and exit. .TP +\fB--save-config\fP +Create or update configuration file and exit. +.TP \fBname=\fP\fItracker home\fP Sets the tracker home(s) to use. The \fBname\fP variable is how the tracker is identified in the URL (it's the first part of the URL path). The \fItracker
