标签:服务 home code gre 情况 文件 art centos7 test
#!/bin/bash
if [ "`pgrep test | wc -l`" == "0" ]; then
echo "`date ‘+%F %T‘`:[test]停止运行" >> /var/log/crontab/crontab.log
systemctl restart test
fi
* * * * * . /home/lee/test.sh
标签:服务 home code gre 情况 文件 art centos7 test
原文地址:http://blog.51cto.com/12173069/2155513