码迷,mamicode.com
首页 > 其他好文 > 详细

check Nginx running scripts

时间:2018-01-16 13:58:12      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:else   scripts   pts   stat   gre   script   /etc/   init   run   

#! /bin/bash
if [ netstat -tnlup | grep nginx | wc -l -gt 0 ];then
echo "Nginx is running."
else
echo "Nginx is stopped."
/etc/init.d/nginx start
fi

check Nginx running scripts

标签:else   scripts   pts   stat   gre   script   /etc/   init   run   

原文地址:http://blog.51cto.com/546136/2061508

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