~cmiller/ubuntu/quantal/deluge/fix-parameter-move-storage

« back to all changes in this revision

Viewing changes to docs/man/deluged.1

  • Committer: Bazaar Package Importer
  • Author(s): Cristian Greco
  • Date: 2009-11-13 02:39:45 UTC
  • mfrom: (4.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091113023945-te1bybo2912ejzuc
Tags: 1.2.0~rc3-4
* debian/control: bump build-dep on python-setuptools to (>= 0.6c9).
* debian/patches:
  - 25_r5921_fastresume_files.patch
    new, should fix problems with fresh configs;
  - 30_r5931_ipc_lockfile.patch:
    new, should fix an issue where Deluge will fail to start if there is a
    stale ipc lockfile. (Closes: #555849)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH DELUGED 1 "October 2009" "1.2.0"
 
2
 
 
3
.SH NAME
 
4
deluged - a bittorrent client daemon
 
5
 
 
6
.SH SYNOPSIS
 
7
.B deluged [options]
 
8
 
 
9
.SH DESCRIPTION
 
10
.br
 
11
.P
 
12
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge' being used to launch a user-interface.
 
13
.br
 
14
.P
 
15
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.
 
16
 
 
17
.SH OPTIONS
 
18
.TP
 
19
.I --version
 
20
Show program's version number and exit.
 
21
.TP
 
22
.I -h, --help
 
23
Show this help message and exit.
 
24
.TP
 
25
.I -p PORT, --port=PORT
 
26
Port daemon will listen on, default is 58846
 
27
.TP
 
28
.I -i INTERFACE, --interface=INTERFACE
 
29
Interface daemon will listen for bittorrent connections on, this should be an IP address
 
30
.I -u UI_INTERFACE, --ui-interface=UI_INTERFACE
 
31
Interface daemon will listen for UI connections on, this should be an IP address
 
32
.I -d, --do-not-daemonize
 
33
Do not daemonize
 
34
.TP
 
35
.I -c CONFIG, --config=CONFIG
 
36
Sets the configuration path.
 
37
.TP
 
38
.I -l LOGFILE, --logfile=LOGFILE
 
39
Output to designated logfile instead of stdout
 
40
.TP
 
41
.I -P PIDFILE, --pidfile=PIDFILE
 
42
Use pidfile to store process id
 
43
.TP
 
44
.I -L LOGLEVEL, --loglevel=LOGLEVEL
 
45
Set the log level (default is error): none, info, warning, error, critical, debug
 
46
.TP
 
47
.I -q --quiet
 
48
Sets the log level to 'none', this is the same as `\-L none`
 
49
 
 
50
.SH SEE ALSO
 
51
.B Homepage:
 
52
http://www.deluge-torrent.org/
 
53
 
 
54
.SH AUTHOR
 
55
This manual page was written by Andrew Resch <andrewresch@gmail.com>.
 
56
.br
 
57
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation
 
58
.br