Wednesday, September 23, 2015

Removing services from system boot

sudo update-rc.d -f postgresql remove
sudo update-rc.d -f mysql remove

or

In the Upstart system:
create a file called sudo vi /etc/init/nginx.override
and put the word "manual" in it.


sudo systemctl disable apache2  (Does not work for 14.04. It's for newer Ubuntu releases)

No comments:

Post a Comment