我已经非常习惯于在 Redhat/RHEL 平台上管理服务启动,chkconfig尽管这似乎不是 Debian/Ubuntu 的方式 - 如何在 Ubuntu 上更新系统服务的运行级别信息?
最终寻找等价物:
chkconfig --add <service>
chkconfig --level 345 <service> on
chkconfig --del <service>
Run Code Online (Sandbox Code Playgroud) 我的操作系统是 11.04。
我有apache2与mysql安装。
如何阻止apache2,mysql在计算机启动时自动启动?