=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/runbt.sh,v retrieving revision 1.2 retrieving revision 1.8 diff -u -r1.2 -r1.8 --- openbsd/OpenBSDTorrents/runbt.sh 2005/03/24 19:37:48 1.2 +++ openbsd/OpenBSDTorrents/runbt.sh 2005/03/29 00:12:21 1.8 @@ -1,9 +1,18 @@ #!/bin/sh -#$Id: runbt.sh,v 1.2 2005/03/24 19:37:48 andrew Exp $ +#$Id: runbt.sh,v 1.8 2005/03/29 00:12:21 andrew Exp $ -btlaunchmany.py --super_seeder 1 --max_uploads 28 \ +LOGFILE=runbt.log + +echo -n `date` >> ${LOGFILE} +echo ' Starting . . . ' >> ${LOGFILE} + +btlaunchmany.py \ + --super_seeder 1 \ --minport 10000 --maxport 10500 \ --saveas /home/ftp/pub/ --saveas_style 2 \ - /home/andrew/torrents/ + /home/torrentsync/torrents/ > /dev/null -/home/andrew/OpenBSDTorrents/runbt.sh +echo -n `date` >> ${LOGFILE} +echo ' Died . . . ' >> ${LOGFILE} + +/home/OpenBSDTorrents/runbt.sh &