Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

How to disable a service from startup in Ubuntu?

Answer:

For example, to turn off apache2 from startup, use

sudo update-rc.d -f apache2 remove

When the system restart, apache2 will not be running anymore.

But, if you want to add them back later, you can use

sudo update-rc.d -f apache2 defaults

  1. How to enable / disable service during startup in Fedora?
  2. Disable a service in Ubuntu using upstart
  3. Disable AppArmor in Ubuntu
  4. Install APC for PHP on Ubuntu
  5. Install sun-java-jdk in Ubuntu 10.04

One Response to “How to disable a service from startup in Ubuntu?”

  1. [...] In newer version of Ubuntu such as 10.04, some services are managed by upstart and you cannot disable them by using the old method. [...]

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>