=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- openbsd/OpenBSDTorrents/runbt.sh 2005/03/29 00:12:21 1.8 +++ openbsd/OpenBSDTorrents/runbt.sh 2005/04/29 21:16:31 1.9 @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: runbt.sh,v 1.8 2005/03/29 00:12:21 andrew Exp $ +#$Id: runbt.sh,v 1.9 2005/04/29 20:16:31 andrew Exp $ LOGFILE=runbt.log @@ -9,8 +9,9 @@ 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}