openrc, rc-status, rc-service, rc-update: add pages (#3800)
* 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>
This commit is contained in:

committed by
Zlatan Vasović

parent
ac0e7625a2
commit
a0d7c46e80
13
pages/linux/openrc.md
Normal file
13
pages/linux/openrc.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# openrc
|
||||
|
||||
> The OpenRC service manager.
|
||||
> See also `rc-status`, `rc-update`, and `rc-service`.
|
||||
> More information: <https://wiki.gentoo.org/wiki/OpenRC>.
|
||||
|
||||
- Change to a specific runlevel:
|
||||
|
||||
`sudo openrc {{runlevel_name}}`
|
||||
|
||||
- Change to a specific runlevel, but don't stop any existing services:
|
||||
|
||||
`sudo openrc --no-stop {{runlevel_name}}`
|
Reference in New Issue
Block a user