Is there a way to make apache and mysql not run automatically on startup?
Currently, whenever I boot my machine, they start automatically and run in the background.
I am using Ubuntu 12.04.
|
|
Apache
MySQL
Comment out (using a hash sign) the For example:
|
|||||||||||||
|
|
For all system services in
To restore it to running on startup:
You can also manually start and stop via |
|||
|
|
|
Run the following in a terminal:
see: http://www.aboutlinux.info/2006/04/enabling-and-disabling-services-during_01.html |
|||