mirror of https://github.com/CrimsonTome/tldr.git
deluged: add page (#3108)
parent
8f601ee62f
commit
ed96fdc869
|
@ -0,0 +1,20 @@
|
||||||
|
# deluged
|
||||||
|
|
||||||
|
> A BitTorrent client daemon process.
|
||||||
|
> 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}}`
|
Loading…
Reference in New Issue