k rtorrent: use directory.watch instead of schedule

for inotify goodness
This commit is contained in:
makefu 2018-08-06 16:31:43 +02:00
parent 5c7b8b6d0a
commit d6054035fc
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -29,7 +29,7 @@ let
''} ''}
${optionalString (cfg.watchDir != null) '' ${optionalString (cfg.watchDir != null) ''
schedule = watch_directory,5,5,load_start=${cfg.watchDir}/*.torrent directory.watch.added = "${cfg.watchDir}", load.start_verbose
''} ''}
directory = ${cfg.downloadDir} directory = ${cfg.downloadDir}