The command
systemctl list-units
only displays instances of units, such that are currently loaded into the memory. The command
systemctl list-unit-files
on the other hand lists all unit configuration files found in the search paths. Unfortunately, the latter does not include descriptions.
Is there a handy command with which one could list all unit files with their descriptions?