Usage: roundup-server [options] [name=tracker home]* options: -v prints the Roundup version number and exits -n sets the host name of the Roundup web server instance -p sets the port to listen on (default: %(port)s) -u runs the Roundup web server as this UID -g runs the Roundup web server as this GID -l log to the file indicated by fname instead of stderr/stdout -d run the server in the background and write the server's PID to the file indicated by PIDfile. The -l option *must* be specified if -d is used. -N log client machine names instead of IP addresses (much slower) examples: roundup-server support=/var/spool/roundup-trackers/support roundup-server -d /var/run/roundup.pid -l /var/log/roundup.log \ support=/var/spool/roundup-trackers/support