mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 23:43:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Stop a service from running on boot and stop its current execution:
|
||||
|
||||
`systemctl disable --now {{unit}}`
|
||||
`systemctl disable {{unit}} --now`
|
||||
|
||||
- Stop a user service from running on login:
|
||||
|
||||
`systemctl disable --user {{unit}}`
|
||||
`systemctl disable {{unit}} --user`
|
||||
|
||||
Reference in New Issue
Block a user