2019-06-14 14:47:15 +01:00
|
|
|
# deluged
|
|
|
|
|
2019-06-16 13:12:40 +01:00
|
|
|
> A daemon process for the Deluge BitTorrent client.
|
2019-06-14 14:47:15 +01:00
|
|
|
> 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}}`
|