峯言凬语 O ever youthful O ever weeping~
本无意与众不同,怎奈何口味太重。
首页
平水韵
颜色表
ABOUT
文章分类
友情链接
Debian/Ubuntu 添加 / 禁止开机启动项
2018-08-12 |Nonni | TSI

方法一:
Linux 启动项是在 /etc/rc.local 的 exit 0 语句之间添加启动脚本。

方法二:
使用 update-rc.d 命令添加 / 禁止开机启动项。

将脚本添加开机自启,先放入/etc/init.d文件夹,并给予可执行权限

mv xx.sh /etc/init.d
chmod +x  /etc/init.d/xx.sh

设置开机自启

update-rc.d xx.sh defaults

删除开机自启

update-rc.d -f xx.sh remove

禁止程序开机自启,比如apache2、nginx

update-rc.d -f apache2 remove
update-rc.d -f nginx remove
respond-post-383

添加新评论

请填写称呼
请填写合法的电子邮箱地址
请填写合法的网站地址
请填写内容