CentOS中我们通常用chkconfig命令来设置或禁用开机自启动,但在Debian/Ubuntu中chkconfig已经被sysv-rc-conf所替代,具体如下操作如下:
chkconfig命令:
1 2 |
chkconfig --add pure-ftpd chkconfig pure-ftpd on |
首先先安装sysv-rc-conf命令:
1 |
apt-get install sysv-rc-conf |
如果安装时遇到sysv-rc-conf : Depends: libcurses-ui-perl but it is not going to be installed错误提示,解决方法:https://www.quyu.net/info/1621.html
然后设置自启动,例如设置pure-ftpd作为开机自启,命令如下:
1 |
sysv-rc-conf pure-ftpd on |
查看所有已设置的开机自启列表:
1 |
sysv-rc-conf --list |
声明: 本文由( 小天 )原创编译,转载请保留链接: Debian 9 或 ubuntu 16.04 使用 chkconfig 设置开机自启动错误 command not found 的解决方法
------====== 本站公告 ======------
欢迎使用趣域网域名百科,我们将长期提供域名使用相关知识和投资域名的方法和技巧;并提供主机、服务器的解决问题和网站运营方法。