command to retrieve which processes are launched at boot time in linux

Use journalctl. Read man journalctl.

Start with:

sudo journalctl -b 0

Which shows the current boot's logs.