diff options
-rw-r--r-- | makefu/2configs/torrent.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/torrent.nix b/makefu/2configs/torrent.nix index 9b7365375..74f1e5fe8 100644 --- a/makefu/2configs/torrent.nix +++ b/makefu/2configs/torrent.nix @@ -55,7 +55,7 @@ in { # log.add_output = "dht_debug", "rtorrent-systemd" # log.add_output = "tracker_debug", "rtorrent-systemd" log.add_output = "rpc_events", "rtorrent-systemd" - log.add_output = "rpc_dump", "rtorrent-systemd" + # log.add_output = "rpc_dump", "rtorrent-systemd" system.daemon.set = true ''; # dump old torrents into watch folder to have them re-added |