In this section, we're going to look at three ways we can see whether a service is actually running, once we've issued a start command.
We'll start with the built-in systemd way (systemctl) before moving to a generic way (ps) and finally a simple way (telnet).