Forrest logo
back to context overview

deluged

List of commands for deluged:

  • deluged:tldr:629fc deluged: Start the Deluge daemon using a specific configuration file.
    $ deluged -c ${path-to-configuration_file}
    try on your machine
    explain this command
  • deluged:tldr:63180 deluged: Start the Deluge daemon.
    $ deluged
    try on your machine
    explain this command
  • deluged:tldr:93099 deluged: Start the Deluge daemon on a specific port.
    $ deluged -p ${port}
    try on your machine
    explain this command
  • deluged:tldr:b4063 deluged: Start the Deluge daemon and output the log to a file.
    $ deluged -l ${path-to-log_file}
    try on your machine
    explain this command
back to context overview