HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

deluged — A daemon process for the Deluge BitTorrent client. More information: <https://manned.org/deluged>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandprocessdelugedaemonclifordeluged

Problem

How to use the deluged command: A daemon process for the Deluge BitTorrent client. More information: <https://manned.org/deluged>.

Solution

deluged — A daemon process for the Deluge BitTorrent client. More information: <https://manned.org/deluged>.

Start the Deluge daemon:
deluged


Start the Deluge daemon on a specific port:
deluged {{[-p|--port]}} {{port}}


Start the Deluge daemon using a specific configuration file:
deluged {{[-c|--config]}} {{path/to/configuration_file}}


Start the Deluge daemon and output the log to a file:
deluged {{[-l|--logfile]}} {{path/to/log_file}}

Code Snippets

Start the Deluge daemon

deluged

Start the Deluge daemon on a specific port

deluged {{[-p|--port]}} {{port}}

Start the Deluge daemon using a specific configuration file

deluged {{[-c|--config]}} {{path/to/configuration_file}}

Start the Deluge daemon and output the log to a file

deluged {{[-l|--logfile]}} {{path/to/log_file}}

Context

tldr-pages: common/deluged

Revisions (0)

No revisions yet.