修改了php配置需要平滑启动php-fpm
ps -aux | grep php-fpm
找到phpfpm 的master process的进程id
kill -SIGUSR2 31158 实现平滑重启php-fpm
###