TIL that you can use asterisks in systemctl status
I wanted to check if some services where running on a machine. The names of the services all start with integration@, e.g. integration@foobar.
So to check for all the services, I simply ran systemctl status integration@* and it worked:
● integration@identity.service - integration App identity
Loaded: loaded (/etc …
more ...