markdown 在ubuntu中启动时禁用服务

Posted

tags:

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

```systemctl disable <service>```
If you are not using systemd (Ubuntu 14.10 and earlier) use:

```update-rc.d -f <service> remove```
The following command will give you a list of all services on your machine:

```service --status-all```
Example disable Nginx
```
systemctl disable nginx
// reenable
systemctl enable nginx
```

For more details, see enabling-and-disabling-services and for the very long answer see this post (as already mentioned by @muru).

For more details, see this post on Digital Ocean and the man page for systemctl.

以上是关于markdown 在ubuntu中启动时禁用服务的主要内容,如果未能解决你的问题,请参考以下文章

markdown ubuntu18.04系统启动时自动连接蓝牙键盘

是否可以在启动时禁用 Google Play 服务自动登录?

安装Linux双系统取消快速启动,为什么在双启动时禁用Windows 8上的快速启动?

在虚拟机上安装ubuntu,在一个地方停留2个小时了启动

删除tomcat自动启动

解决Ubuntu虚拟机启动modprobe vboxdrv问题(不禁用安全启动)