diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-08 17:56:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-08 17:56:51 +0900 |
commit | 6157694dc680fd1103c5eb4329ed8b64bd23807f (patch) | |
tree | c7776926526b0bc56f9245f076ccdfb19ef4e8a2 /man | |
parent | 77e3a240b3d4610f147f49ccaf530d4c0f765134 (diff) | |
parent | 0b063391d8c63e96f2bc8d43ddd07208b9d99577 (diff) | |
download | systemd-6157694dc680fd1103c5eb4329ed8b64bd23807f.tar.gz systemd-6157694dc680fd1103c5eb4329ed8b64bd23807f.tar.bz2 systemd-6157694dc680fd1103c5eb4329ed8b64bd23807f.zip |
Merge pull request #8926 from keszybz/man-journal-remote
Small additions to sd-journal-{remote,upload}.service man pages
Diffstat (limited to 'man')
-rw-r--r-- | man/journal-upload.conf.xml | 3 | ||||
-rw-r--r-- | man/systemd-journal-remote.service.xml | 25 | ||||
-rw-r--r-- | man/systemd-journal-upload.service.xml | 6 |
3 files changed, 21 insertions, 13 deletions
diff --git a/man/journal-upload.conf.xml b/man/journal-upload.conf.xml index 9d486d9801..cd3335452a 100644 --- a/man/journal-upload.conf.xml +++ b/man/journal-upload.conf.xml @@ -68,7 +68,8 @@ <listitem><para>The URL to upload the journal entries to. See the description of <varname>--url=</varname> option in <citerefentry><refentrytitle>systemd-journal-upload</refentrytitle><manvolnum>8</manvolnum></citerefentry> - for the description of possible values.</para></listitem> + for the description of possible values. There is no default value, so either this + option or the command-line option must be always present to make an upload.</para></listitem> </varlistentry> <varlistentry> diff --git a/man/systemd-journal-remote.service.xml b/man/systemd-journal-remote.service.xml index acaf61c39f..da7200c63a 100644 --- a/man/systemd-journal-remote.service.xml +++ b/man/systemd-journal-remote.service.xml @@ -56,18 +56,19 @@ <refsect1> <title>Description</title> - <para> - <filename>systemd-journal-remote</filename> is a command to - receive serialized journal events and store them to the journal. - Input streams are in the - <ulink url="https://www.freedesktop.org/wiki/Software/systemd/export"> - Journal Export Format - </ulink>, - i.e. like the output from - <command>journalctl --output=export</command>. For transport over - the network, this serialized stream is usually carried over an - HTTPS connection. - </para> + <para><command>systemd-journal-remote</command> is a command to receive serialized journal + events and store them to journal files. Input streams are in the + <ulink url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink>, + i.e. like the output from <command>journalctl --output=export</command>. For transport over the + network, this serialized stream is usually carried over an HTTPS connection.</para> + + <para><filename>systemd-journal-remote.service</filename> is a system service that uses + <command>systemd-journal-remote</command> to listen for connections. + <filename>systemd-journal-remote.socket</filename> configures the network address that + <filename>systemd-journal-remote.service</filename> listens on. By default this is port 19532. + What connections are accepted and how the received data is stored can be configured through the + <citerefentry><refentrytitle>journal-remote.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> + configuration file.</para> </refsect1> <refsect1> diff --git a/man/systemd-journal-upload.service.xml b/man/systemd-journal-upload.service.xml index 141e595400..f923e53d29 100644 --- a/man/systemd-journal-upload.service.xml +++ b/man/systemd-journal-upload.service.xml @@ -61,6 +61,12 @@ Unless limited by one of the options specified below, all journal entries accessible to the user the program is running as will be uploaded, and then the program will wait and send new entries as they become available.</para> + + <para><filename>systemd-journal-upload.service</filename> is a system service that uses + <command>systemd-journal-upload</command> to upload journal entries to a server. It uses the + configuration in + <citerefentry><refentrytitle>journal-upload.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + At least the <varname>URL=</varname> option must be specified.</para> </refsect1> <refsect1> |