System Grab Bag

View all TLDR pages from common (or from all pages)

deluged

A daemon process for the Deluge BitTorrent client. More information: https://deluge-torrent.org.
  • Start the Deluge daemon:
    deluged
  • Start the Deluge daemon on a specific port:
    deluged -p {{port}}
  • Start the Deluge daemon using a specific configuration file:
    deluged -c {{path/to/configuration_file}}
  • Start the Deluge daemon and output the log to a file:
    deluged -l {{path/to/log_file}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.