It’s a small change to a single software project, but systemd manages services and system settings for the vast majority of the big Linux distributions, including but not limited to Debian, Fedora, ...
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 ...