July, 2014
My config of rtorrent
min_peers = 90 max_peers = 500 max_uploads = 500 min_peers_seed = 10 max_peers_seed = 500 download_rate = 0 upload_rate = 0 directory = /mnt/pt/down session = /mnt/pt/session #port_range = 6890-6999 port_range = 6890-6899 port_random = yes check_hash = no encoding_list = UTF-8 dht = disable peer_exchange = no trackers.enable=yes use_udp_trackers = yes
How to add a screen session to rc.local
I use rtorrent as my PT client. so I want to run rtorrent when I startup os. cd /mnt/pt/down && /usr/bin/screen -s /bin/bash -dmS rtorrent ~/run.sh