GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DELUGED(1) FreeBSD General Commands Manual DELUGED(1)

deluged - A BitTorrent client daemon

deluged [options]

Deluge utilizes a client/server model, with deluged being the daemon process and deluge being used to launch a user-interface.

By default deluged will run as a background daemon, use the -d option to run process in foreground.

-c path--config=path
Set the config directory location.

-p port--port=port
Port daemon will listen on, default is 58846
-i ip_address--interface=ip_address
Interface daemon will listen for bittorrent connections on, this should be an IP address
-u ip_address--ui-interface=ip_address
Interface daemon will listen for UI connections on, this should be an IP address

-l file--logfile=file
Output to specified logfile instead of stdout
-L loglevel--loglevel=loglevel
Set the log level (default is error): none, info, warning, error, debug
-q, --quiet
Sets the log level to none, same as -L none
--logrotate[=max-size]
Enable logfile rotation, with optional maximum logfile size, default: 2M (Logfile rotation count is 5)
--profile[=file]
Profile with cProfile. Outputs to stdout unless a filename is specified

-P file--pidfile=file
Pidfile to store the process id
-d, --do-not-daemonize
Do not daemonize (fork) this process
-U, --user=user
Change to this user on startup (Requires root)
-g, --group=group
Change to this group on startup (Requires root)

-V, --version
Show program's version number and exit.
-h, --help
Show help message and exit.

deluge(1), deluge-web(1), deluge-console(1)

Deluge Team: http://www.deluge-torrent.org

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.