CentOS设置服务开机启动的两种方法 (开机启动)

CentOS设置服务开机启动的两种方法 (开机启动)
一、通过服务的方式设置自启动
在/etc/init.d 下建立相关程序的启动脚本
chkconfig --add mysqld(添加服务到chkconfig列表中)
chkconfig --del mysqld(从chkconfig移除服务)
chkconfig --list(查询当前所有自动启动的服务)
chkconfig httpd on (开机启动)
chkconfig httpd off (关闭开机启动)
图片.png

图片.png

[root@localhost:~] etc/init.d/hostd status
hostd is not running.
[root@localhost:~] etc/init.d/hostd start
hostd started.
[root@localhost:~]

[root@localhost:~] chkconfig --add hostd
[root@localhost:~]
[root@localhost:~] chkconfig --list

图片.png


二、自定义开机程序
ps: /etc/rc.local  这个配置文件会在用户登陆之前读取,这个文件中写入了什么命令,在每次系统启动时都会执行一次。也就是说,如果有任何需要在系统启动时运行的工作,则只需写入 /etc/rc.d/rc.local 配置文件即可。
1、  vim /etc/rc.local
2、  添加启动命令
  /usr/local/nginx/sbin/nginx

图片.png


1、本站资源长期持续更新。
2、本资源基本为原创,部分来源其他付费资源平台或互联网收集,如有侵权请联系及时处理。
3、本站大部分文章的截图来源实验测试环境,请不要在生产环境中随意模仿,以免带来灾难性后果。

转载请保留出处:  www.zh-cjh.com珠海陈坚浩博客 » CentOS设置服务开机启动的两种方法 (开机启动)

作者: cjh


手机扫一扫,手机上查看此文章:

一切源于价值!

其他 模板文件不存在: ./template/plugins/comment/pc/index.htm

未雨绸缪、居安思危!

数据安全、有备无患!

注意操作、数据无价!

一切源于价值!