Here’s how to generate list of start-up services in Linux Mint / Ubuntu:
1. Issue the following command at the terminal –
sudo apt-get install chkconfig
2. After the installation is complete, issue the following command at the terminal to generate a list of start-up services –
chkconfig –list | grep ‘3:on’