This is an old revision of the document!
https://askubuntu.com/questions/912216/16-04-command-to-list-all-services-started-on-boot
List services:
service --status-all
Enable or disable a service:
systemctl [enable|disable] <servicename>
/etc/init.d/<servicename> start|stop|status
chkconfig --list chkconfig <servicename> on|off
apt-get install rcconf rcconf --list rcconf --on <servicename>