mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 06:00:35 +00:00
Update cheatsheets
This commit is contained in:
25
deluged
Normal file
25
deluged
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user