1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/deluged.md

20 lines
424 B
Markdown

# 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}}`