Linux. List of services in auto loading
The easiest and most intuitive way to display a list of services / programs that are at startup, with the ability to edit them, is to use the sysv-rc-conf console utility.
We use next:
sudo apt-get install sysv-rc-conf

Run:
sudo sysv-rc-conf

And we see next:

Now, with the help of a space, we can enable or disable the autoload of the service, – – will stop the service, and + / = – will start.
Our other articles: