To see all startup services on Linux
To see a list of all startup service on a Linux system, issue the following command:
Ubuntu
service --status-all
CentOS
systemctl list-unit-files --type=service
Reference
https://askubuntu.com/questions/218/command-to-list-services-that-start-on-startup