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 background daemon, use the  -d  option
18       to run process in foreground.
19
20

OPTIONS

22   Config Options
23       -c path, --config=path
24              Set the config directory location.
25
26
27   Daemon Options
28       -p port, --port=port
29              Port daemon will listen on, default is 58846
30
31       -i ip_address, --interface=ip_address
32              Interface daemon will listen for bittorrent connections on, this
33              should be an IP address
34
35       -u ip_address, --ui-interface=ip_address
36              Interface daemon will listen for UI connections on, this  should
37              be an IP address
38
39
40   Logging Options
41       -l file, --logfile=file
42              Output to specified logfile instead of stdout
43
44       -L loglevel, --loglevel=loglevel
45              Set  the  log  level  (default  is  error): none, info, warning,
46              error, debug
47
48       -q, --quiet
49              Sets the log level to none, same as -L none
50
51       --logrotate[=max-size]
52              Enable logfile rotation, with  optional  maximum  logfile  size,
53              default: 2M (Logfile rotation count is 5)
54
55       --profile[=file]
56              Profile  with  cProfile.  Outputs to stdout unless a filename is
57              specified
58
59
60   Process Control Options:
61       -P file, --pidfile=file
62              Pidfile to store the process id
63
64       -d, --do-not-daemonize
65              Do not daemonize (fork) this process
66
67       -U, --user=user
68              Change to this user on startup (Requires root)
69
70       -g, --group=group
71              Change to this group on startup (Requires root)
72
73
74   Help Options
75       -V, --version
76              Show program's version number and exit.
77
78       -h, --help
79              Show help message and exit.
80
81

SEE ALSO

83       deluge(1), deluge-web(1), deluge-console(1)
84
85

AUTHORS

87       Deluge Team: http://www.deluge-torrent.org
88
89
90
91                                                                    DELUGED(1)
Impressum