lnmp

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