技术文档 swoole服务器无人值守检测脚本 admin 发表于2018-02-10 浏览1951 评论0 #!/bin/bash while true do process=`ps aux | grep name_abc | grep -v grep`; if [ "$process&q