What would you type to list all systemd service unit files, whether they are enabled or not?
systemctl list-unit-files -t service
systemctl list-unit-files -at service
chkconfig --list-all
systemctl list-services.