1 Star 0 Fork 0

fuwu360/fuwu360-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
monitor_logs.sh 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
cd /home/python3/lhyg
PID=$(ps -ef | grep "python3 monitor_logs.py" | grep -v grep | awk '{ print $2 }')
if [ -z "$PID" ]
then
echo "启动monitor_logs.py"
nohup python3 monitor_logs.py &
else
# echo "杀死进程$PID"
# kill -9 $PID
# echo "进程已经被杀死..."
echo "monitor_logs.py还在运行,让继续需跑..."
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/fuwu360/fuwu360-tools.git
git@gitee.com:fuwu360/fuwu360-tools.git
fuwu360
fuwu360-tools
fuwu360-tools
master

搜索帮助