Linux中用systemctl命令管理服务

Posted 流年似水zlw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux中用systemctl命令管理服务相关的知识,希望对你有一定的参考价值。

systemctl start foo.service 启动服务
systemctl restart foo.service 重启服务
systemctl stop foo.service 停止服务
systemctl reload foo.service 重新加载配置文件(不终止服务)
systemctl status foo.service 查看服务状态

systemctl enable foo.service 开机自启动
systemctl disable foo.service 开机不自启动
systemctl is-enabled foo.service 查看特定服务是否是开机自启动
systemctl list-unit-files --type=service 查看各个级别下服务的启动与禁用情况

注意 服务名foo后的.service可以省略

以上是关于Linux中用systemctl命令管理服务的主要内容,如果未能解决你的问题,请参考以下文章

service与systemctl命令比较

service和systemctl的区别

linux常用命令:systemctl 命令

Linux - 利用systemctl命令管理服务

Linux基于CentOS通过Systemctl 设置开机启动/永久性关闭服务

每天一个Linux命令(55)systemctl命令