Centos7 服务 service 设置命令 systemctl 用法 (替代service 和 chkconfig)

时间:2023-02-08 14:36:48

在Centos 中 systemctl  是设置系统服务的命令,即 service  ,   它融合之前service和chkconfig的功能于一体。

可以使用它永久性或只在当前会话中启用/禁用服务。

CentOS 7 的 /etc/rc.d/rc.local 是没有执行权限的, 系统建议创建 systemd service 启动服务。

 

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

查看服务列表状态:

systemctl list-units --type=service

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

systemctl   list-unit-files       列出所有已经安装的  服务  及  状态      (可为人所读,  内容简略、清晰):

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

systemctl 可以列出正在运行的服务状态,如图:(基本不为人所读, 内容复杂、全面)

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

systemd-cgls   以树形列出正在运行的进程,它可以递归显示控制组内容。如图:

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

2、如何启动/关闭、启用/禁用服务?

启动一个服务:

systemctl start postfix.service

关闭一个服务:

systemctl stop postfix.service

重启一个服务:

systemctl restart postfix.service

显示一个服务的状态:

systemctl status postfix.service

在开机时启用一个服务:systemctl enable postfix.service
在开机时禁用一个服务:systemctl disable postfix.service

查看服务是否开机启动:   systemctl is-enabled postfix.service

查看已启动的服务列表:   systemctl list-unit-files | grep enabled


查看启动失败的服务列表:   systemctl --failed

PS:使用命令 systemctl is-enabled postfix.service 得到的值可以是enable、disable或static,这里的 static 它是指对应的 Unit 文件中没有定义[Install]区域,因此无法配置为开机启动服务。

说明:启用服务就是在当前“runlevel”的配置文件目录   /etc/systemd/system/multi-user.target.wants  里,建立  /usr/lib/systemd/system   里面对应服务配置文件的软链接;

禁用服务就是删除此软链接,添加服务就是添加软连接。

如图:

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

打开某个  service  文件, 查看一下其中内容:

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

Centos7 服务 service   设置命令 systemctl 用法   (替代service 和 chkconfig)

Centos7 服务 service 设置命令 systemctl 用法 (替代service 和 chkconfig)的更多相关文章

  1. nginx启动报错:Job for nginx.service failed. See 'systemctl status nginx.service' and 'journalctl -xn' fo

    一.背景 这个错误在重启nginx或者启动nginx的时候,经常会出现.我之前也一直认为出现这个错误是因为有程序占用了nginx的进程.但是知其然不知其所以然.每次报错都有点懵逼,所以这边一步步排查错 ...

  2. linux开机自启动服务优化设置命令

    1.设置成英文字符,避免出现乱码[root@xuegod62 ~]# LANG=en2.两种配置linux开机自启动服务命令:1)[root@xuegod62 ~]# ntsysv2)[root@xu ...

  3. Centos7 环境下开机 自启动服务(service) 设置的改变 (命令systemctl 和 chkconfig用法区别比较)

    参考文章:  <Linux 设置程序开机自启动 (命令systemctl 和 chkconfig用法区别比较)> http://blog.csdn.net/kenhins/article/ ...

  4. Linux 设置程序开机自启动 (命令systemctl 和 chkconfig用法区别比较)

    之前在Linux centos 7 上安装了apache 和mysql,当时并没有设置开机自动启动. 最近又重新练习网页,每次开机总是要手动启动httpd和mysqld,不方便,就想设置成开机自动启动 ...

  5. RHEL 7 中 systemctl 的用法(替代service 和 chkconfig)

    1.systemctl是RHEL 7 的服务管理工具中主要的工具,它融合之前service和chkconfig的功能于一体.可以使用它永久性或只在当前会话中启用/禁用服务. systemctl可以列出 ...

  6. Linux CentOS7&period;0 (04)systemctl vs chkconfig、service

    CentOS 7.0中已经没有service命令,而是启用了systemctl服务器命令 systemctl 是系统服务管理器命令,它实际上将 service 和 chkconfig 这两个命令组合到 ...

  7. 对比centos7的systemctl和其他service&plus;chkconfig

    syetemctl就是service和chkconfig这两个命令的整合,在CentOS 7就开始被使用了.systemctl 是系统服务管理器命令,它实际上将 service 和 chkconfig ...

  8. systemctl 命令的用法

    对比表,以 apache / httpd 为例 任务 旧指令 新指令 使某服务自动启动 chkconfig --level 3 httpd on systemctl enable httpd.serv ...

  9. centos7当中的systemd及systemctl(节选)

    全面进入centos7时代,这个东东是需要系统了解的. http://blog.jobbole.com/85070/?utm_source=blog.jobbole.com&utm_mediu ...

随机推荐

  1. jQuery实现联动下拉列表查询框

    <!DOCTaYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org ...

  2. Mysql-学习笔记(&equals;&equals;》函数的建立与使用 十)

    函数的建立与使用 USE db;SELECT sname,sscore,CASE WHEN sscore>=90 THEN '优秀'WHEN sscore>=70 THEN '良好'WHE ...

  3. eclipse使用基础--让toolbar显示自己想要的内容

    windows==>customize perspective

  4. 设置Excel的自动筛选功能

    单元格数字格式的问题 NPOI向Excel文件中插入数值时,可能会出现数字当作文本的情况(即左上角有个绿色三角),这样单元格的值就无法参与运算.这是因为在SetCellValue设置单元格值的时候使用 ...

  5. WebService优点和缺点小结

    最近做的几个项目都用到了webservice,通过自己的实践和网上资料的汇总,现在做个小结:        当前WebService是一个热门话题.但是,WebService究竟是什么?,WebSer ...

  6. pip assert&lowbar;source&lowbar;matches&lowbar;version&lpar;self&rpar;版本验证报错Source in &percnt;s has version &percnt;s&comma; which satisfies requirement &percnt;s的解决方式

    在win8.1下为了安装flask模块,开始安装pip,结果发生了上篇博客里面的错误ntpath join(path, *paths) 发生UnicodeDecodeError.解决之后继续发现版本验 ...

  7. Android 布局 ViewGroup

    布局 res/layout 命名规则(全部小写) activity_ fragment_ item_ 基础组件 com.android.widget包下 父类View view:屏幕上一块矩阵区域 能 ...

  8. Eclipse导入JavaWeb项目报错:The superclass &quot&semi;javax&period;servlet&period;http&period;HttpServlet&quot&semi; was not found on the Java Build Path

    JavaWeb项目中写的JSP页面需要Web容器解析处理成HTML才能展示到前端浏览器,解析JSP需要Web容器.JSP页面顶端出现“红色”的报错信息:The superclass "jav ...

  9. SpringMVC第一篇【介绍、入门、工作流程、控制器】

    什么是SpringMVC? SpringMVC是Spring家族的一员,Spring是将现在开发中流行的组件进行组合而成的一个框架!它用在基于MVC的表现层开发,类似于struts2框架 为什么要使用 ...

  10. node&period;js 远程调试debu*线环境代码

    一.背景: 产线机器出bug,不能重启服务,需要保留现场,问题不好排查,只能靠远程debug. 二.实现步骤 1. 登录远程机器执行如下命令,nodePid为node服务的pid kill -usr1 ...