首页 > Web开发 > 详细

centOS6.3自启动nginx,php,hadoop

时间:2014-11-21 18:49:17      阅读:338      评论:0      收藏:0      [点我收藏+]

蓝色部分为文件的内容,橙色部分为新加的启动项目

[root@master bin]# cat /etc/rc.d/rc.local

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don‘t
# want to do the full Sys V style init stuff.


touch /var/lock/subsys/local
/home/work/php/sbin/php-fpm start
/home/work/nginx/sbin/nginx
/home/work/hadoop/bin/start-all.sh

[root@master bin]# 

centOS6.3自启动nginx,php,hadoop

原文:http://blog.csdn.net/lzq123_1/article/details/41351711

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!