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