summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-04-25 19:17:44 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-04-25 19:17:44 +0100
commit34a4c574e72b4e225d85bcdb13b7e37211c59525 (patch)
tree53d84a8e86833d6074b6b761107b3988115feb0e
parentEnable systemd Apache module (diff)
downloadconfig-34a4c574e72b4e225d85bcdb13b7e37211c59525.tar.bz2
config-34a4c574e72b4e225d85bcdb13b7e37211c59525.tar.xz
config-34a4c574e72b4e225d85bcdb13b7e37211c59525.zip
Enable transmission watch-dir
-rw-r--r--etc/transmission/settings.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/transmission/settings.json b/etc/transmission/settings.json
index 0f18317..6b959dc 100644
--- a/etc/transmission/settings.json
+++ b/etc/transmission/settings.json
@@ -64,5 +64,7 @@
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
- "utp-enabled": true
+ "utp-enabled": true,
+ "watch-dir": "/home/randomdan/files/torrentDropBox",
+ "watch-dir-enabled": true
}