Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgeas80/49a21e02cba89825b977d43970577acb to your computer and use it in GitHub Desktop.
Save jorgeas80/49a21e02cba89825b977d43970577acb to your computer and use it in GitHub Desktop.
avoid mysql apache start at boot ubuntu 13.04
echo "manual" | sudo tee -a /etc/init/mysql.override
sudo update-rc.d -f apache2 remove
# then, to start manually
# sudo service apache2 start
# sudo service mysql start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment