disable services on startup in ubuntu - Ask Ubuntu
askubuntu.com › questions › 698993Nov 17, 2015 · Show activity on this post. Use: systemctl disable <service>. If you are not using systemd (Ubuntu 14.10 and earlier) use: update-rc.d -f <service> remove. The following command will give you a list of all services on your machine: service --status-all. You should be able to find the names of the services you want to disable in there.