Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-09 00:19:00 +00:00
parent 52f5647220
commit d4e4abca39
60 changed files with 723 additions and 65 deletions

View File

@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
- Edit an unit file:
`sudo systemctl edit {{[-l|--full]}} {{unit_file}}`
`sudo systemctl edit {{unit_file}} {{[-l|--full]}}`
- Create a new unit file:
`sudo systemctl edit {{[-lf|--full --force]}} {{unit_file}}`
`sudo systemctl edit {{unit_file}} {{[-lf|--full --force]}}`
- Overlay a user unit file:
`systemctl edit --user {{unit_file}}`
`systemctl edit {{unit_file}} --user`