[BACK]Return to runbt.sh CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

File: [local] / openbsd / OpenBSDTorrents / runbt.sh (download)

Revision 1.9, Fri Apr 29 20:16:31 2005 UTC (19 years, 1 month ago) by andrew
Branch: MAIN
Changes since 1.8: +3 -2 lines

changed the logging, and the max_open_files

#!/bin/sh
#$Id: runbt.sh,v 1.9 2005/04/29 20:16:31 andrew Exp $

LOGFILE=runbt.log

echo -n `date` >> ${LOGFILE}
echo '	Starting . . . ' >> ${LOGFILE}

btlaunchmany.py \
    --super_seeder 1 \
    --minport 10000 --maxport 10500 \
    --max_files_open 75 \
    --saveas /home/ftp/pub/ --saveas_style 2 \
    /home/torrentsync/torrents/ >> ${LOGFILE}

echo -n `date` >> ${LOGFILE}
echo '	Died . . . ' >> ${LOGFILE}

/home/OpenBSDTorrents/runbt.sh &