=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.7 retrieving revision 1.9 diff -u -r1.7 -r1.9 --- openbsd/OpenBSDTorrents/runbt.sh 2005/03/28 23:52:33 1.7 +++ openbsd/OpenBSDTorrents/runbt.sh 2005/04/29 21:16:31 1.9 @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: runbt.sh,v 1.7 2005/03/28 23:52:33 andrew Exp $ +#$Id: runbt.sh,v 1.9 2005/04/29 20:16:31 andrew Exp $ LOGFILE=runbt.log @@ -9,10 +9,11 @@ btlaunchmany.py \ --super_seeder 1 \ --minport 10000 --maxport 10500 \ + --max_files_open 75 \ --saveas /home/ftp/pub/ --saveas_style 2 \ - /home/torrentsync/torrents/ > /dev/null + /home/torrentsync/torrents/ >> ${LOGFILE} echo -n `date` >> ${LOGFILE} echo ' Died . . . ' >> ${LOGFILE} -/home/OpenBSDTorrents/OpenBSDTorrents/runbt.sh & +/home/OpenBSDTorrents/runbt.sh &