#!/bin/bash
nginx 家目录
NG_HOME=/xxx/xxx/nginx
Keepalived家目录
HA_HOME=/xxx/xxx/keepalived
RE=pid of nginx | wc -l
if [ $RE -eq 0 ];then
$NG_HOME/sbin/nginx;
sleep 2;
RE=pidof nginx | wc -l
if [ $RE -eq 0 ];then
#pidof keepalived | xargs kill -9
sh $HA_HOME/sbin/ka.sh stop &>> KaTeX parse error: Expected group after '_' at position 20: …OME/log/chek_ha_̲(date +%F).log;
fi
fi