📌  相关文章
📜  如何使 apache 不自动运行 linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:21.801000             🧑  作者: Mango

代码示例1
Ubuntu/Debian: update-rc.d -f apache2 remove
Gentoo: rc-update del apache2
ArchLinux: systemctl disable apache2