systemctl-cat: add page (#17906)

* systemctl-cat: add page

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Harshavardhan
2025-09-02 14:20:06 +05:30
committed by GitHub
parent 96eafe942b
commit 933b1b74e4
+16
View File
@@ -0,0 +1,16 @@
# systemctl cat
> Show the full contents of unit files as systemd sees them.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#cat%20PATTERN%E2%80%A6>.
- Show the contents and absolute path of a unit file:
`systemctl cat {{unit}}`
- Show the contents of multiple unit files:
`systemctl cat {{unit1 unit2 ...}}`
- Show the contents of a unit file for a template:
`systemctl cat {{template@}}`