From: Zbigniew Jędrzejewski-Szmek Date: Tue, 8 May 2018 08:37:09 +0000 (+0200) Subject: man: add a bit more text about systemd-journal-remote.service X-Git-Tag: v239~306^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dd22749ae735e39971d87860edc1ea7b29dc7ec;p=thirdparty%2Fsystemd.git man: add a bit more text about systemd-journal-remote.service --- diff --git a/man/systemd-journal-remote.service.xml b/man/systemd-journal-remote.service.xml index acaf61c39f1..da7200c63a7 100644 --- a/man/systemd-journal-remote.service.xml +++ b/man/systemd-journal-remote.service.xml @@ -56,18 +56,19 @@ Description - - systemd-journal-remote is a command to - receive serialized journal events and store them to the journal. - Input streams are in the - - Journal Export Format - , - i.e. like the output from - journalctl --output=export. For transport over - the network, this serialized stream is usually carried over an - HTTPS connection. - + systemd-journal-remote is a command to receive serialized journal + events and store them to journal files. Input streams are in the + Journal Export Format, + i.e. like the output from journalctl --output=export. For transport over the + network, this serialized stream is usually carried over an HTTPS connection. + + systemd-journal-remote.service is a system service that uses + systemd-journal-remote to listen for connections. + systemd-journal-remote.socket configures the network address that + systemd-journal-remote.service listens on. By default this is port 19532. + What connections are accepted and how the received data is stored can be configured through the + journal-remote.conf5 + configuration file.