欢迎访问服务器技术网-www.fuwuqijishu.com

Ubuntu安装sysv-rc-conf实现开机自动启动

运维 fuwuqijishu 2年前 (2022-09-04) 42次浏览 0个评论 扫描二维码

一般情况下,我们可能比较熟悉chkconfig,可以设置开机自动启动。但是在Ubuntu系统中并不支持chkconfig的安装,即便我们在安装的时候也会提示”E: Package ‘chkconfig’ has no installation candidate”的错误。然后查阅资料发现在Ubuntu中并不是使用的chkconfig,而是用sysv-rc-conf。

第一、安装sysv-rc-conf

apt-get install sysv-rc-conf -y

第二、检查开机启动

sysv-rc-conf

输入命令,然后可以看到:

Ubuntu安装sysv-rc-conf实现开机自动启动

如果我们移动光标,需要关闭程序则’-‘并确认,开启则’+’或’+’并确认。我们看到括号中的x则表示开启,例如上图中的Sendmail服务在Runlevel 2、3、4、5,均为开机自启动。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2217.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900