If you're not a Linux or Unix developer, you've never heard of systemd, the new Linux-specific system and service manager. In Linux developer circles, however, nothing else ticks off many programmers ...
On most Linux devices, you can run "systemctl --type=service --state=running" to see running services. Get detailed information about a service, SSH for example, with the command "systemctl status ...