start rtorrent for seeding
[cloudstore.git] / torrent / start-seeder.sh
1 #!/bin/sh -xe
2
3 rtorrent -O directory=./send/ \
4 -O schedule=watch_directory,5,5,load_start=./send/watch/*.torrent \
5 -O schedule=tied_directory,5,5,start_tied= \
6 -O schedule=untied_directory,5,5,close_untied= \
7 -O scgi_local=/tmp/rtorrent.socket \
8 -O download_rate=15 \
9 -O upload_rate=15 \
10 -O bind=10.60.0.240 \
11 -O peer_exchange=yes \
12