Guest User

Untitled

a guest
Jun 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #Default save directory, change to suit your needs
  2. directory = /stuff
  3. #Look for torrents in specified directory, change to suit your needs
  4.  
  5.  
  6. #Stop and remove deleted torrents
  7. schedule = untied_directory,5,5,stop_untied=
  8.  
  9. #Default session directory. Make sure you don't run multiple instance
  10. #of rtorrent using the same session directory. Perhaps using a
  11. #relative path?
  12. session = /home/mats/.session/
  13.  
  14. # Port range to use for listening.
  15. port_range = 39400-39500
  16.  
  17. schedule=watch_directory,5,5,load_start=/home/mats/torrents/watch/*.torrent
  18. scgi_port = localhost:5000
Add Comment
Please, Sign In to add comment