码迷,mamicode.com
首页 > 系统相关 > 详细

守护进程的写法

时间:2020-04-21 09:46:09      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:div   tin   server   echo   export   done   start   gre   one   

#!/bin/bash
while true
do
        res=`ps -ef | grep "ci.hrdsm.com/server1" | grep -v grep | wc -l`
        if [ $res -eq 0 ]
        then
sh /export/server1/bin/start.sh
echo  $(date)" starting......"
        fi
        sleep 30s
done

  

守护进程的写法

标签:div   tin   server   echo   export   done   start   gre   one   

原文地址:https://www.cnblogs.com/haorui/p/12742292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!