markdown linux删除开启启动服务,添加开机启动服务

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown linux删除开启启动服务,添加开机启动服务相关的知识,希望对你有一定的参考价值。

## 删除开启启动服务
```
sudo update-rc.d -f nginx remove 
```
## 添加开机启动服务
```
sudo update-rc.d nginx defaults
```
或者把启动命令加入 /etc/rc.local
```
#!/bin/sh -e  
#  
# rc.local  
#  
# This script is executed at the end of each multiuser runlevel.  
# Make sure that the script will "exit 0" on success or any other  
# value on error.  
#  
# In order to enable or disable this script just change the execution  
# bits.  
#  
# By default this script does nothing.  

exit 0  
```

以上是关于markdown linux删除开启启动服务,添加开机启动服务的主要内容,如果未能解决你的问题,请参考以下文章

Linux常用命令——chkconfig

虚拟机上删除了一个硬盘后linux无法启动

CentOS7 将QT应用作为开机自启动(Linux系统)

linux下添加自定义脚本到开机自启动的方法

Linux如何开机启动启动ssh服务

linux如何开启nas服务