1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 01:55:34 +02:00
tldr/pages/common/deluged.md

21 lines
468 B
Markdown
Raw Normal View History

2019-06-14 14:47:15 +01:00
# deluged
> A daemon process for the Deluge BitTorrent client.
> More information: <https://manned.org/deluged>.
2019-06-14 14:47:15 +01:00
- Start the Deluge daemon:
`deluged`
- Start the Deluge daemon on a specific port:
`deluged {{[-p|--port]}} {{port}}`
2019-06-14 14:47:15 +01:00
- Start the Deluge daemon using a specific configuration file:
`deluged {{[-c|--config]}} {{path/to/configuration_file}}`
2019-06-14 14:47:15 +01:00
- Start the Deluge daemon and output the log to a file:
`deluged {{[-l|--logfile]}} {{path/to/log_file}}`