deluge/docs/man/deluged.1

79 lines
2.1 KiB
Groff
Raw Normal View History

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
2008-11-25 23:21:22 +00:00
.SH SYNOPSIS
.B deluged [options]
.SH DESCRIPTION
Deluge utilizes a client/server model, with \fBdeluged\fR being the daemon process and \fBdeluge\fR being used to launch a user-interface.
2008-11-25 23:21:22 +00:00
.P
By default \fBdeluged\fR will run as a background daemon, use the \fB\-d\fR option to run process in foreground.
2008-11-25 23:21:22 +00:00
.SH OPTIONS
.SS Config Options
2008-11-25 23:21:22 +00:00
.TP
.BI \-c\ path ,\ \fB\-\-config= path
2015-08-14 11:55:28 +00:00
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
Interface daemon will listen for bittorrent connections on, this should be an IP address
.TP
2015-08-14 11:55:28 +00:00
.BI -u\ ip_address \fR,\ \fB--ui-interface= ip_address
Interface daemon will listen for UI connections on, this should be an IP address
2015-08-14 11:55:28 +00:00
.SS Logging Options
2008-11-25 23:21:22 +00:00
.TP
.BI \-l\ file \fR,\ \fB\-\-logfile= file
Output to specified logfile instead of stdout
2008-11-26 07:01:19 +00:00
.TP
.BI \-L\ loglevel \fR,\ \fB\-\-loglevel= loglevel
2015-08-14 11:55:28 +00:00
Set the log level (default is error):
.B none, info, warning, error, debug
.TP
.B \-q\fR,\ \fB\-\-quiet
Sets the log level to \fBnone\fR, same as \fB\-L none
.TP
.BI \-\-logrotate\fR[\fB=\fImax-size\fR]
Enable logfile rotation, with optional maximum logfile
size, default: 2M (Logfile rotation count is 5)
.TP
.BI \-\-profile\fR[\fB=\fIfile\fR]
Profile with cProfile. Outputs to stdout unless a filename is specified
.SS Process Control Options:
.TP
.BI \-P\ file \fR,\ \fB\-\-pidfile= file
Pidfile to store the process id
.TP
.B -d\fR,\ \fB\-\-do-not-daemonize
Do not daemonize (fork) this process
.TP
.BI \-U\fR,\ \fB\-\-user= user
Change to this user on startup (Requires root)
.TP
.BI \-g\fR,\ \fB\-\-group= group
Change to this group on startup (Requires root)
2015-08-14 11:55:28 +00:00
.SS Help Options
.TP
.B \-V\fR,\ \fB\-\-version
2015-08-14 11:55:28 +00:00
Show program's version number and exit.
.TP
.B \-h\fR,\ \fB\-\-help
2015-08-14 11:55:28 +00:00
Show help message and exit.
2008-11-25 23:21:22 +00:00
.SH SEE ALSO
.BR deluge (1),
.BR deluge-web (1),
.BR deluge-console (1)
2015-08-14 11:55:28 +00:00
.SH AUTHORS
.B Deluge Team: http://www.deluge-torrent.org