mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 15:02:09 +02:00

* 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>
32 lines
470 B
Markdown
32 lines
470 B
Markdown
# 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`
|