摘要:
httpd_check.sh #!/bin/bashnum=`ps -ef | grep httpd | wc -l`if [ $num -eq 1 ];thensystemctl start httpdsleep 3if [ $num -eq 1 ];thenkillall keepalivedf 阅读全文
posted @ 2020-12-07 16:38
fang12311
阅读(98)
评论(0)
推荐(0)
浙公网安备 33010602011771号