1DELUGED(1)                  General Commands Manual                 DELUGED(1)
2
3
4

NAME

6       deluged - a bittorrent client daemon
7
8

SYNOPSIS

10       deluged [options]
11
12

DESCRIPTION

14       Deluge  utilizes a client/server model, with 'deluged' being the daemon
15       process and 'deluge' being used to launch a user-interface.
16
17       By default, 'deluged' will run as a daemon, to prevent this you can run
18       deluged  with the -d option.  This option is useful for running deluged
19       with the start-stop-daemon.
20
21

OPTIONS

23       --version
24              Show program's version number and exit.
25
26       -h, --help
27              Show this help message and exit.
28
29       -p PORT, --port=PORT
30              Port daemon will listen on, default is 58846
31
32       -i INTERFACE, --interface=INTERFACE
33              Interface daemon will listen for bittorrent connections on, this
34              should be an IP address
35
36       -u UI_INTERFACE, --ui-interface=UI_INTERFACE
37              Interface  daemon will listen for UI connections on, this should
38              be an IP address
39
40       -d, --do-not-daemonize
41              Do not daemonize
42
43       -c CONFIG, --config=CONFIG
44              Sets the configuration path.
45
46       -l LOGFILE, --logfile=LOGFILE
47              Output to designated logfile instead of stdout
48
49       -P PIDFILE, --pidfile=PIDFILE
50              Use pidfile to store process id
51
52       -L LOGLEVEL, --loglevel=LOGLEVEL
53              Set the log level  (default  is  error):  none,  info,  warning,
54              error, critical, debug
55
56       -q --quiet
57              Sets the log level to 'none', this is the same as `-L none`
58
59

SEE ALSO

61       Homepage: http://www.deluge-torrent.org/
62
63

AUTHOR

65       This manual page was written by Andrew Resch <andrewresch@gmail.com>.
66       Permission  is  granted to copy, distribute and/or modify this document
67       under the terms of the GNU General Public License,  Version  3  or  any
68       later version published by the Free Software Foundation
69
70
71
721.3.3                              July 2011                        DELUGED(1)
Impressum