1.在/etc/init.d/目录下追加shell脚本
2.追加shell脚本到启动任务
命令:chkconfig --add test
3.修改启动级别
命令:chkconfig --level 2345 test on