version 1.2, 2005/03/24 19:37:48 |
version 1.7, 2005/03/28 23:52:33 |
|
|
#!/bin/sh |
#!/bin/sh |
#$Id$ |
#$Id$ |
|
|
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 \ |
--minport 10000 --maxport 10500 \ |
--saveas /home/ftp/pub/ --saveas_style 2 \ |
--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/OpenBSDTorrents/runbt.sh & |