]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemd-journal-remote.service.xml
man: add version info
[thirdparty/systemd.git] / man / systemd-journal-remote.service.xml
index c8a702ad58dae10fb170c2cbc26b3f8e8570c0cf..beb0574211c5ce9e2e3861b8ed67dcacdc1edfaf 100644 (file)
@@ -92,7 +92,9 @@
         <listitem><para>When <option>-</option> is given as a
         positional argument, events will be read from standard input.
         Other positional arguments will be treated as filenames
-        to open and read from.</para></listitem>
+        to open and read from.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
       <varlistentry>
         root of a remote
         <citerefentry><refentrytitle>systemd-journal-gatewayd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
         instance, e.g. http://some.host:19531/ or
-        https://some.host:19531/.</para></listitem>
+        https://some.host:19531/.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
       <varlistentry>
         <programlisting>--getter='curl "-HAccept: application/vnd.fdo.journal" https://some.host:19531/'</programlisting>
 
         <programlisting>--getter='wget --header="Accept: application/vnd.fdo.journal" -O- https://some.host:19531/'</programlisting>
+
+        <xi:include href="version-info.xml" xpointer="v239"/>
         </listitem>
       </varlistentry>
     </variablelist>
         <command>systemd-journal-remote</command> will listen on this
         socket for connections. Each connection is expected to be a
         stream of journal events.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/>
         </listitem>
       </varlistentry>
 
         <option>--listen-https=</option>. Currently, only POST requests
         to <filename>/upload</filename> with <literal>Content-Type:
         application/vnd.fdo.journal</literal> are supported.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/>
         </listitem>
       </varlistentry>
 
         above. In the latter case, an HTTP or HTTPS server will be
         spawned using this descriptor and connections must be made
         over the HTTP protocol.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/>
         </listitem>
       </varlistentry>
 
         <listitem><para>Takes a path to a SSL secret key file in PEM format. Defaults to
         <filename>&CERTIFICATE_ROOT;/private/journal-remote.pem</filename>. This option can be used with
         <option>--listen-https=</option>. If the path refers to an <constant>AF_UNIX</constant> stream socket
-        in the file system a connection is made to it and the key read from it.</para></listitem>
+        in the file system a connection is made to it and the key read from it.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
       <varlistentry>
         <listitem><para> Takes a path to a SSL certificate file in PEM format. Defaults to
         <filename>&CERTIFICATE_ROOT;/certs/journal-remote.pem</filename>. This option can be used with
         <option>--listen-https=</option>. If the path refers to an <constant>AF_UNIX</constant> stream socket
-        in the file system a connection is made to it and the certificate read from it.</para></listitem>
+        in the file system a connection is made to it and the certificate read from it.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
       <varlistentry>
         <option>all</option> is set, then certificate checking will be disabled. Defaults to
         <filename>&CERTIFICATE_ROOT;/ca/trusted.pem</filename>. This option can be used with
         <option>--listen-https=</option>. If the path refers to an <constant>AF_UNIX</constant> stream socket
-        in the file system a connection is made to it and the certificate read from it.</para></listitem>
+        in the file system a connection is made to it and the certificate read from it.</para>
+
+ <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
       <varlistentry>
           Takes a comma separated list of gnutls logging categories.
           This option can be used with <option>--listen-http=</option> or
           <option>--listen-https=</option>.
-        </para></listitem>
+        </para>
+
+          <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
     </variablelist>
         <para>In the case that "active" sources are given by the positional
         arguments or <option>--getter=</option> option, the output file name must
         always be given explicitly and only <constant>none</constant>
-        is allowed.</para></listitem>
+        is allowed.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
       <varlistentry>
 
         <listitem><para>If this is set to <literal>yes</literal> then compress
         the data in the journal using XZ. The default is <literal>yes</literal>.
-        </para></listitem>
+        </para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
       <varlistentry>
 
         <listitem><para>If this is set to <literal>yes</literal> then
         periodically sign the data in the journal using Forward Secure Sealing.
-        The default is <literal>no</literal>.</para></listitem>
+        The default is <literal>no</literal>.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
       <xi:include href="standard-options.xml" xpointer="help" />