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

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Edit systemd unit files.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#edit%20UNIT%E2%80%A6>.
- Replace a unit file non-destructively:
- Overlay a unit file non-destructively:
`sudo systemctl edit {{unit_file}}`
@@ -19,3 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Create a new unit file:
`sudo systemctl edit {{[-lf|--full --force]}} {{unit_file}}`
- Overlay a user unit file:
`systemctl edit --user {{unit_file}}`