mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 10:51:36 +00:00
Update cheatsheets
This commit is contained in:
@@ -9,9 +9,13 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> See also `openrc`.
|
||||
> More information: <https://manned.org/rc-update>.
|
||||
|
||||
- List all services and the runlevels they are added to:
|
||||
- List enabled services and the runlevels they are added to:
|
||||
|
||||
`rc-update show`
|
||||
`rc-update`
|
||||
|
||||
- List all services:
|
||||
|
||||
`rc-update {{[-v|--verbose]}}`
|
||||
|
||||
- Add a service to a runlevel:
|
||||
|
||||
@@ -19,8 +23,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Delete a service from a runlevel:
|
||||
|
||||
`sudo rc-update delete {{service_name}} {{runlevel}}`
|
||||
`sudo rc-update {{[del|delete]}} {{service_name}} {{runlevel}}`
|
||||
|
||||
- Delete a service from all runlevels:
|
||||
|
||||
`sudo rc-update --all delete {{service_name}}`
|
||||
`sudo rc-update {{[-a|--all]}} {{[del|delete]}} {{service_name}}`
|
||||
|
||||
Reference in New Issue
Block a user