配置BT服務(wù)器
配置服務(wù)器
#wget
case$1in
start)
nohup/opt/BitTorrent-3.4.2/bttrack.py--port6969--dfiledstate>>/opt/log/bttrack.log&
sleep1
nohup/opt/BitTorrent-3.4.2/btdownloadheadless.py--max_allow_in20--max_upload_rate5000--minport6888--maxport6960/opt/CentOS-5.2-x86_64-bin-DVD.iso.torrent--saveas/opt/CentOS-5.2-x86_64-bin-DVD.iso>/dev/null&
echo"BTstarted"
;;
stop)
ps-efw|grep'bttrack.py'|grep-vgrep|awk'{print$2}'|xargskill&&killallpython||\
echo"BTnotstoped,Pleasekillitbyhand"
;;
show)
ps-efw|greppython|grep-vgrep
;;
*)
echo"Usage:./btseed.shstart|stop|show"
;;
esac
Tags:配置服務(wù)器,配置BT服務(wù)器
版權(quán)聲明:本站文章來源標(biāo)注為YINGSOO的內(nèi)容版權(quán)均為本站所有,歡迎引用、轉(zhuǎn)載,請保持原文完整并注明來源及原文鏈接。禁止復(fù)制或仿造本網(wǎng)站,禁止在非www.sddonglingsh.com所屬的服務(wù)器上建立鏡像,否則將依法追究法律責(zé)任。本站部分內(nèi)容來源于網(wǎng)友推薦、互聯(lián)網(wǎng)收集整理而來,僅供學(xué)習(xí)參考,不代表本站立場,如有內(nèi)容涉嫌侵權(quán),請聯(lián)系alex-e#qq.com處理。