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

centos7设置

时间:2015-11-26 19:25:40      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:centos7

1.centos7服务开机自启动

启动nginx服务

systemctl start nginx.service

设置开机自启动

systemctl enable nginx.service

停止开机自启动

systemctl disable nginx.service

查看服务当前状态

systemctl status nginx.service

重新启动服务

systemctl restart nginx.service

查看所有已启动的服务

systemctl list-units --type=service


centos7设置

标签:centos7

原文地址:http://guowang327.blog.51cto.com/6513732/1717124

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