码迷,mamicode.com
首页 > 其他好文 > 详细

Centos 7开机自动启动脚本

时间:2016-09-29 11:25:46      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:centos 7开机自动启动脚本

Centos 7 中 /etc/rc.d/rc.local 这个文件权限降低了。


你可以看下 ll /etc/rc.d/rc.local 看他的权限。

你可以试着加下权限。


chmod +x /etc/rc.d/rc.local



centos7里把rc.local做成了服务,你可以查看一下服务是否启动。


systemctl status rc-local.serives


启动命令:

 systemctl enable rc-local.service


Centos 7开机自动启动脚本

标签:centos 7开机自动启动脚本

原文地址:http://4002804.blog.51cto.com/3992804/1857645

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!