2015-08-14 11:55:28 +00:00
.TH DELUGED 1 ""January 2099 " " 2 .0-dev"
2008-11-25 23:21:22 +00:00
.SH NAME
deluged - a bittorrent client daemon
.SH SYNOPSIS
.B deluged [options]
.SH DESCRIPTION
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge' being used to launch a user-interface.
.P
2008-11-29 17:25:00 +00:00
By default, 'deluged' will run as a daemon, to prevent this you can run deluged with the \- d option. This option is useful for running deluged with the start-stop-daemon.
2008-11-25 23:21:22 +00:00
.SH OPTIONS
2015-08-14 11:55:28 +00:00
.SS General Options
2008-11-25 23:21:22 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -c\ path \fR ,\ \fB --config= path
Set the config directory location.
.SS Daemon Options
2008-11-25 23:21:22 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -p\ port \fR ,\ \fB --port= port
2008-11-25 23:21:22 +00:00
Port daemon will listen on, default is 58846
.TP
2015-08-14 11:55:28 +00:00
.BI -i\ ip_address \fR ,\ \fB --interface= ip_address
2009-10-09 16:26:10 +00:00
Interface daemon will listen for bittorrent connections on, this should be an IP address
2010-08-19 15:15:27 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -u\ ip_address \fR ,\ \fB --ui-interface= ip_address
2009-10-09 16:26:10 +00:00
Interface daemon will listen for UI connections on, this should be an IP address
2010-05-16 12:32:12 +00:00
.TP
2015-08-14 11:55:28 +00:00
.B -d, --do-not-daemonize
2008-11-25 23:21:22 +00:00
Do not daemonize
.TP
2015-08-14 11:55:28 +00:00
.BI -P\ file \fR ,\ \fB --pidfile= file
Use pidfile to store process id
.SS Logging Options
2008-11-25 23:21:22 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -l\ file \fR ,\ \fB --logfile= file
2008-11-25 23:21:22 +00:00
Output to designated logfile instead of stdout
2008-11-26 07:01:19 +00:00
.TP
2015-08-14 11:55:28 +00:00
.BI -L\ loglevel \fR ,\ \fB --loglevel= loglevel
Set the log level (default is error):
.B none, info, warning, error, critical, debug
2008-11-28 23:28:06 +00:00
.TP
2015-08-14 11:55:28 +00:00
.B -q, --quiet
Sets the log level to 'none', same as `\- L none`
.SS Help Options
2008-11-28 23:28:06 +00:00
.TP
2015-08-14 11:55:28 +00:00
.B -v, --version
Show program's version number and exit.
.TP
.B -h, --help
Show help message and exit.
2008-11-25 23:21:22 +00:00
.SH SEE ALSO
2015-08-14 11:55:28 +00:00
.BR deluge(1),
.BR deluge-web(1),
.BR deluge-console(1)
.SH AUTHORS
.B Deluge Team: http://www.deluge-torrent.org