1 Star 0 Fork 10

dolpstar/plugin_linux_base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
check_xrk_plugin.sh 266 Bytes
一键复制 编辑 原始数据 按行查看 历史
xrkmonitor 提交于 2020-09-01 15:39 . up
#!/bin/bash
NeedCount=1
xrk_plugin=linux_base
shdir=`dirname $0`
cd ${shdir}
# check 下是否手动 stop 的
if [ -f _manual_stop_ ] ; then
exit;
fi
Count=`pgrep -f xrk_${xrk_plugin} |wc -l`
if [ $Count -lt $NeedCount ] ; then
./start.sh > /dev/null 2>&1
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/dolpstar/plugin_linux_base.git
git@gitee.com:dolpstar/plugin_linux_base.git
dolpstar
plugin_linux_base
plugin_linux_base
master

搜索帮助