2019-06-14 14:47:15 +01:00
|
|
|
# deluged
|
|
|
|
|
2019-06-16 14:12:40 +02:00
|
|
|
> A daemon process for the Deluge BitTorrent client.
|
2025-04-22 15:48:30 +03:00
|
|
|
> 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:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`deluged {{[-p|--port]}} {{port}}`
|
2019-06-14 14:47:15 +01:00
|
|
|
|
|
|
|
- Start the Deluge daemon using a specific configuration file:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`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:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`deluged {{[-l|--logfile]}} {{path/to/log_file}}`
|