if ps -ef | grep "nginx"|egrep -v grep > /dev/null then echo ok! else systemctl start nginx //添加自己的启动命令同样也适用于其他的服务 fi