摘要: 安装nginx时,源码包中未带官方的启动脚本,也就无法使用service nginxd start这种启动方式,查了下资料自己写了一个: 保存为nginxd,复制到/etc/init.d/中并赋予执行权限就可以使用service nginxd start等命令了; 如果需要加入开机启动:chkcon 阅读全文
posted @ 2017-11-16 17:10 leffss 阅读(1813) 评论(0) 推荐(0)