I installed DevStack on my Ubuntu 12.04 laptop. But now, every time I start my laptop, the Apache HTTP servers and MySQL daemon are running at startup. Is there anyway to stop that from happening?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Those applications are considered services so you're going to want to do 2 things. First stop them now, you can use the You can use this command to see all the services available and their state.
Once you've identified which services are running you can use this command to stop them.
Finally to permanently disable these services use one of the forms of the ommand.
|
|||
|
|