You did not specify your distro ; however, in Ubuntu and Debian you can find these applications by running:
ls /etc /init . d
All the files in this directory are actually links to the applications and on boot the OS goes through this directory and starts them all.
To list all systemd services:
ls -1 /lib/systemd/system/*.service /etc/systemd/system/*.service