phpfpm和nginx设置开机自动启动

## 添加执行权限

chmod a+x /etc/init.d/nginx

chmod a+x /etc/init.d/php-fpm

 

## 加入服务

chkconfig --add nginx

chkconfig --add php-fpm

 

## 开机自启

chkconfig nginx on

chkconfig php-fpm on

 

查看服务列表:

chkconfig --list

 

posted on 2017-07-04 11:52  dongruiha  阅读(1979)  评论(0编辑  收藏  举报

导航