ps -ef|grep "php-fpm: master process"|grep -v grep|awk '{print $2}'|xargs kill -USR2
转载于:https://www.cnblogs.com/yaoyi/p/4398636.html