mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 15:48:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user