I defined a systemd service, which has a name I always mistype (kafka in this instance) so I gave it a few easy aliases. In the systemd files, it means that I have the line:
Alias=k.service kakfa.service
Which make my inner sloth very happy as I can now use service k start or not bother about the kakfa typo.
When I want to check the logs, though, I still need to type the full original name, journaltcl -u k will not work, as in it will only output the laconic -- No entries --.
No googling or reading man pages helped. Is there a way to do what I want?