mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 00:35:33 +02:00
systemctl: add edit example (#16637)
This commit is contained in:
parent
873b00c2b2
commit
496494f3fd
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@
|
|||
|
||||
`systemctl list-units {{[-t|--type]}} {{service|socket|automount}} --state {{failed|running}}`
|
||||
|
||||
- Show the contents & absolute path of a unit file:
|
||||
- Show the contents & absolute path of a unit file or edit it:
|
||||
|
||||
`systemctl cat {{unit}}`
|
||||
`systemctl {{cat|edit}} {{unit}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue