commands.sh

deluged

all

A daemon process for the Deluge BitTorrent client.

More info →

Options (3)

-p, --portboolean

Start the Deluge daemon on a specific port

Example: deluged {{[-p|--port]}} {{port}}
-c, --configboolean

Start the Deluge daemon using a specific configuration file

Example: deluged {{[-c|--config]}} {{path/to/configuration_file}}
-l, --logfileboolean

Start the Deluge daemon and output the log to a file

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

Examples (4)

Start the Deluge daemon

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
made by @shridhargupta | data from tldr-pages