Ubuntu systemctl 查看系统启动项

Posted Jerry_Jin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu systemctl 查看系统启动项相关的知识,希望对你有一定的参考价值。

Ubuntu systemctl 查看系统启动项

列出所有启动项: 

sudo systemctl list-unit-files

 会列出开启的和未开启的:

使用grep过滤一下开启的grep enabled
sudo systemctl list-unit-files | grep enabled

查看.service文件的路径,及内容 

sudo systemctl status openresty.service

禁用开机启动:

sudo systemctl disable mongodb.service
sudo systemctl disable nginx.service
sudo systemctl disable redis-server.service

停止已经开启的服务:

sudo systemctl stop mongodb.service
sudo systemctl stop nginx.service
sudo systemctl stop redis-server.service

 

图形化界面操作方法:

https://www.cnblogs.com/jins-note/p/9513136.html

  

参考:
https://blog.csdn.net/caiqiiqi/article/details/99741513
https://forum.ubuntu.org.cn/viewtopic.php?f=48&t=47842

 

以上是关于Ubuntu systemctl 查看系统启动项的主要内容,如果未能解决你的问题,请参考以下文章

systemctl启动服务句柄数不生效

ubuntu16.04 能启动mysql服务

Systemctl 详解

操作系统systemctl命令

使用Systemctl命令来管理系统服务

systemctl怎么启动udev