k rtorrent: use directory.watch instead of schedule
for inotify goodness
This commit is contained in:
parent
5c7b8b6d0a
commit
d6054035fc
@ -29,7 +29,7 @@ let
|
||||
''}
|
||||
|
||||
${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}
|
||||
|
Loading…
Reference in New Issue
Block a user