mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 05:35:26 +02:00
20 lines
468 B
Markdown
20 lines
468 B
Markdown
# 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}}`
|