Skip to content

Commit

Permalink
Add a script to run 'rtorrent' to serve torrents
Browse files Browse the repository at this point in the history
  • Loading branch information
afresh1 committed Mar 25, 2016
1 parent e3cfc15 commit af1376c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions start_seeder.sh
@@ -0,0 +1,8 @@
#!/bin/sh

sudo -u _torrentseeder tmux new-session -d 'rtorrent \
-d /var/www/ftp/pub/ \
-s /var/torrentseeder/ \
-o dht=on,upload_rate=4096 \
-Oschedule=load,10,10,load_start=/var/www/ftp/pub/torrents/*.torrent \
-Oschedule=untie,10,10,remove_untied='

0 comments on commit af1376c

Please sign in to comment.