1 Star 0 Fork 0

foxhuty/ec_project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
reboot.sh 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
foxhuty 提交于 2023-01-30 16:12 . .sh files changed
#!/usr/bin/env bash
echo -e "\033[34m-------------wsgi process-------------\833[0m"
ps -ef | grep ec_project_uwsgi.ini | grep -v grep
sleep 0.5
echo -e '\n-------------going to close-----------'
ps -ef | grep ec_project_uwsgi.ini | grep -v grep | awk '{print $2}' | xargs kill -9
sleep 0.5
echo -e '\n--------------check if the kill action is correct--------'
/envs/ec_project/bin/uwsgi --ini ec_project_uwsgi.ini &
# shellcheck disable=SC2188
>/dev/null
echo -e '\n\033[42;1m---------start--------------\033[0m'
sleep 1
ps -ef | grep ec_project_uwsgi.ini | grep -v grep
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/foxhuty/ec_project.git
git@gitee.com:foxhuty/ec_project.git
foxhuty
ec_project
ec_project
master

搜索帮助