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

@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Show properties of a specific user unit:
`systemctl show --user {{unit}}`
`systemctl show {{unit}} --user`
- Include empty properties in the list:
@@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
- Only show the specified properties:
`systemctl show {{[-p|--property]}} {{Wants,Conflicts,...}} {{unit}}`
`systemctl show {{unit}} {{[-p|--property]}} {{Wants,Conflicts,...}}`