From ed96fdc86997fe47faf5af3f24988d93e37b9d77 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Fri, 14 Jun 2019 14:47:15 +0100 Subject: [PATCH] deluged: add page (#3108) --- pages/common/deluged.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/deluged.md diff --git a/pages/common/deluged.md b/pages/common/deluged.md new file mode 100644 index 000000000..59aad07fa --- /dev/null +++ b/pages/common/deluged.md @@ -0,0 +1,20 @@ +# deluged + +> A BitTorrent client daemon process. +> More information: . + +- 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}}`