1 Star 1 Fork 2

Ekber/haipproxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.sh 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
zingdle 提交于 2018-04-08 20:28 . Update run.sh
#!/bin/bash
nohup python crawler_booter.py --usage crawler common > crawler.log 2>&1 &
nohup python scheduler_booter.py --usage crawler common > crawler_scheduler.log 2>&1 &
nohup python crawler_booter.py --usage validator init > init_validator.log 2>&1 &
nohup python crawler_booter.py --usage validator https > https_validator.log 2>&1&
nohup python scheduler_booter.py --usage validator https > validator_scheduler.log 2>&1 &
nohup python squid_update.py --usage https --interval 3 > squid.log 2>&1 &
rm -rf /var/run/squid.pid
squid -N -d1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ekber/haipproxy.git
git@gitee.com:ekber/haipproxy.git
ekber
haipproxy
haipproxy
master

搜索帮助