Linux开机运行应用程序

1.在/etc/init.d/目录下追加shell脚本

2.追加shell脚本到启动任务

  命令:chkconfig --add test

3.修改启动级别

  命令:chkconfig --level 2345 test on

原文地址:https://www.cnblogs.com/hezhixiong/p/5133551.html