simple code
Showing posts with label
apache
.
Show all posts
Showing posts with label
apache
.
Show all posts
Thursday, May 3, 2012
ubuntu - preventing apache and mysql from auto start when computer starts
apache2 uses System V style init scripts. To disable it from boot:
sudo update-rc.d -f apache2 remove
However, mysql uses an Upstart job, to disable it, create an "override" file:
echo "manual" | sudo tee /etc/init/mysql.override
To learn more about override files, see:
The Upstart Cookbook
Older Posts
Home
Subscribe to:
Posts (Atom)