simple code
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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment