1
0
Fork 0
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:
Managor 2025-05-29 00:24:33 +03:00 committed by GitHub
parent 873b00c2b2
commit 496494f3fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`