ConfigOptions-cpath,--config=path
Set the config directory location.
DaemonOptions-pport, --port=port
Port daemon will listen on, default is 58846
-iip_address, --interface=ip_address
Interface daemon will listen for bittorrent connections on, this should be an IP address
-uip_address, --ui-interface=ip_address
Interface daemon will listen for UI connections on, this should be an IP address
LoggingOptions-lfile, --logfile=file
Output to specified logfile instead of stdout
-Lloglevel, --loglevel=loglevel
Set the log level (default is error): none,info,warning,error,debug-q, --quiet
Sets the log level to none, same as -Lnone--logrotate[=max-size]
Enable logfile rotation, with optional maximum logfile size, default: 2M (Logfile rotation count
is 5)
--profile[=file]
Profile with cProfile. Outputs to stdout unless a filename is specified
ProcessControlOptions:-Pfile, --pidfile=file
Pidfile to store the process id
-d, --do-not-daemonize
Do not daemonize (fork) this process
-U, --user=user
Change to this user on startup (Requires root)
-g, --group=group
Change to this group on startup (Requires root)
HelpOptions-V, --version
Show program's version number and exit.
-h, --help
Show help message and exit.