The list of running daemons
How to get the list of daemons and theirs statuses (stopped, running, crashed, etc) for each runlevel? Like rc-status
in gentoo.
Solution 1:
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.)