How to get the list of daemons and theirs statuses (stopped, running, crashed, etc) for each runlevel? Like rc-status in gentoo.
Asked
Active
Viewed 9.6k times
24
zerkms
- 1,502
1 Answers
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