mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
a0d7c46e80
* rc-status: add page * openrc: add page * rc-service: add page * rc-update: add page * rc-status: add list all runlevels example * openrc: fix travis errors * rc-status: fix travis errors again * Update pages/linux/rc-update.md Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com> * Update pages/linux/rc-status.md Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com> Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
470 B
470 B
rc-status
Show status info about runlevels. See also
openrc
.
- Show a summary of services and their status:
rc-status
- Include services in all runlevels in the summary:
rc-status --all
- List services that have crashed:
rc-status --crashed
- List manually started services:
rc-status --manual
- List supervised services:
rc-status --supervised
- Get the current runlevel:
rc-status --runlevel
- List all runlevels:
rc-status --list