24

How to get the list of daemons and theirs statuses (stopped, running, crashed, etc) for each runlevel? Like rc-status in gentoo.

zerkms
  • 1,502

1 Answers1

35

Run service --status-all to get a list off all the Upstart services and their status. (It basically issues a status command for all the services.)

Egil
  • 14,522