systemd-cat: add page (#10194)

pull/23/head
Lena 2023-05-16 07:13:52 +02:00 committed by GitHub
parent a87a72c745
commit 730e1d361f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# systemd-cat
> Connect a pipeline or program's output streams with the systemd journal.
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-cat.html>.
- Write the output of the specified command to the journal (both output streams are captured):
`systemd-cat {{command}}`
- Write the output of a pipeline to the journal (`stderr` stays connected to the terminal):
`{{command}} | systemd-cat`