mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 19:43:36 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Exit the user service manager:
|
||||
|
||||
`systemctl --user exit`
|
||||
`systemctl exit --user`
|
||||
|
||||
- Exit the user service manager with a specific exit code:
|
||||
|
||||
`systemctl --user exit {{code}}`
|
||||
`systemctl exit {{code}} --user`
|
||||
|
||||
- Ask the container’s service manager to exit (equivalent of `systemctl poweroff` if not in a container):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user