I am indesive

This commit is contained in:
Gabe Venberg 2018-08-01 19:38:23 -05:00
parent bdb44681a7
commit b1be97c274

View file

@ -30,7 +30,7 @@ session.path.set = ~/.cache/rtorrent/session
# Watch a directory for new torrents, and stop those that have been # Watch a directory for new torrents, and stop those that have been
# deleted. # deleted.
schedule2 = watch_directory,5,5,load.start=~/.cache/rtorrent/watch/*.torrent schedule2 = watch_directory,5,5,load.start=~/torrents/*.torrent
schedule2 = untied_directory,5,5,stop_untied= schedule2 = untied_directory,5,5,stop_untied=
# Close torrents when diskspace is low. # Close torrents when diskspace is low.
@ -103,3 +103,4 @@ pieces.hash.on_completion.set = yes
#scgi_port = 127.0.0.1:5000 #scgi_port = 127.0.0.1:5000
#scgi_local = /home/user/rtorrent/rpc.socket #scgi_local = /home/user/rtorrent/rpc.socket
#schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/home/user/rtorrent/rpc.socket" #schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/home/user/rtorrent/rpc.socket"
# vim: set syntax=conf