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

Annotation of openbsd/OpenBSDTorrents/runbt.sh, Revision 1.9

1.2       andrew      1: #!/bin/sh
1.9     ! andrew      2: #$Id: runbt.sh,v 1.8 2005/03/29 00:12:21 andrew Exp andrew $
1.2       andrew      3:
1.6       andrew      4: LOGFILE=runbt.log
                      5:
                      6: echo -n `date` >> ${LOGFILE}
1.7       andrew      7: echo ' Starting . . . ' >> ${LOGFILE}
1.6       andrew      8:
1.3       andrew      9: btlaunchmany.py \
                     10:     --super_seeder 1 \
1.1       andrew     11:     --minport 10000 --maxport 10500 \
1.9     ! andrew     12:     --max_files_open 75 \
1.1       andrew     13:     --saveas /home/ftp/pub/ --saveas_style 2 \
1.9     ! andrew     14:     /home/torrentsync/torrents/ >> ${LOGFILE}
1.6       andrew     15:
                     16: echo -n `date` >> ${LOGFILE}
1.7       andrew     17: echo ' Died . . . ' >> ${LOGFILE}
1.2       andrew     18:
1.8       andrew     19: /home/OpenBSDTorrents/runbt.sh &

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>