From f4054ef1f4056711cab27efc27a2e8f9a075a104 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 18 May 2025 02:56:10 +0200 Subject: [PATCH] Fix. --- bookworm/copy/seedbox/home/plom/.rtorrent.rc | 2 ++ bookworm/copy/seedbox/home/plom/start/KILL_ME | 0 2 files changed, 2 insertions(+) create mode 100644 bookworm/copy/seedbox/home/plom/start/KILL_ME diff --git a/bookworm/copy/seedbox/home/plom/.rtorrent.rc b/bookworm/copy/seedbox/home/plom/.rtorrent.rc index 2513748..3b2d7e6 100644 --- a/bookworm/copy/seedbox/home/plom/.rtorrent.rc +++ b/bookworm/copy/seedbox/home/plom/.rtorrent.rc @@ -9,3 +9,5 @@ dht.mode.set = disable protocol.pex.set = no protocol.encryption.set = require,require_RC4,allow_incoming,try_outgoing +# all 10 seconds check ~/start directory for new .torrent files to start download of +schedule2 = watch_directory, 0, 10, "load.start=~/start/*.torrent" diff --git a/bookworm/copy/seedbox/home/plom/start/KILL_ME b/bookworm/copy/seedbox/home/plom/start/KILL_ME new file mode 100644 index 0000000..e69de29 -- 2.30.2