Skip to content

Comment on Systemd: The Biggest Mythsparent

Comments

Have you tried either

  systemctl | grep running
or
  systemctl --type=service
The first one gives you a list of all systemd services/sockets currently running, the second one gives you a list of all systemd services, both running and exited. Or you can use
  systemctl --type=service | grep running
for the best of both worlds.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.