Apologies for re-opening this post, but on systemd the description on the right side does not show up for services enabled at boot, only disabled ones . It is not a big deal but I like things to be perfect.
It shows the description in a different format, it's actually in the first row where you see the name of the service after the hyphen.
I cannot really keep things consistent because I use different tools to get the info for different type of services. For services that are masked for example (which incidentally are not running) I don't get the info from "service service_name status" command that doesn't provide much info, I get it from a different command: "systemctl list-units --type=service --all -o json" but for services that are not masked I get the info from "service service_name status" (or "systemctl status service_name") which provides a more in-depth information and it doesn't easily fit my way of displaying the info from systemctl list-units.