Here’s 2 ways to view the same state information with ‘systemctl’.

Option A
systemctl --lines 0 status sshd.service
Option B
systemctl list-units sshd.service
Wait!? What's the syntax?..
Here’s 2 ways to view the same state information with ‘systemctl’.
systemctl --lines 0 status sshd.service
systemctl list-units sshd.service