version 1.3, 2005/03/24 22:38:12 |
version 1.8, 2005/03/29 00:12:21 |
|
|
#!/bin/sh |
#!/bin/sh |
#$Id$ |
#$Id$ |
|
|
|
LOGFILE=runbt.log |
|
|
|
echo -n `date` >> ${LOGFILE} |
|
echo ' Starting . . . ' >> ${LOGFILE} |
|
|
btlaunchmany.py \ |
btlaunchmany.py \ |
--super_seeder 1 \ |
--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/runbt.sh & |