To disable a service in Ubuntu do the following:
echo manual | sudo tee /etc/init/SERVICE.override
The service will still be running, reboot or stop it.
To disable a service in Ubuntu do the following:
echo manual | sudo tee /etc/init/SERVICE.override
The service will still be running, reboot or stop it.