Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-08 00:20:21 +00:00
parent 15906413e1
commit ad2dc48e1b
11 changed files with 43 additions and 7 deletions

View File

@@ -15,3 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Stop a service from running on boot and stop its current execution:
`systemctl disable {{unit}} --now`
- Stop a user service from running on login:
`systemctl disable --user {{unit}}`