美文网首页
/etc/init.d/SecoClientPromoteSer

/etc/init.d/SecoClientPromoteSer

作者: 无我_a50f | 来源:发表于2021-10-19 20:07 被阅读0次

    解决方式:
    修改 /etc/profile 中

    ps -ef |grep SecoClientPromoteService |grep -v grep
    if [ $? -ne 0 ]
    then
    sh /etc/init.d/SecoClientPromoteService.sh start
    fi
    
    

    sh 为 bash

    ps -ef |grep SecoClientPromoteService |grep -v grep
    if [ $? -ne 0 ]
    then
    bash /etc/init.d/SecoClientPromoteService.sh start
    fi
    

    相关文章

      网友评论

          本文标题:/etc/init.d/SecoClientPromoteSer

          本文链接:https://www.haomeiwen.com/subject/xbaaoltx.html