]>
Commit | Line | Data |
---|---|---|
50e66628 ZJS |
1 | <?xml version='1.0'?> <!--*-nxml-*--> |
2 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | |
3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | |
4 | ||
5 | <!-- | |
572eb058 | 6 | SPDX-License-Identifier: LGPL-2.1+ |
50e66628 ZJS |
7 | --> |
8 | ||
9 | <refentry id="journal-upload.conf" conditional='HAVE_MICROHTTPD' | |
10 | xmlns:xi="http://www.w3.org/2001/XInclude"> | |
11 | <refentryinfo> | |
12 | <title>journal-upload.conf</title> | |
13 | <productname>systemd</productname> | |
50e66628 ZJS |
14 | </refentryinfo> |
15 | ||
16 | <refmeta> | |
17 | <refentrytitle>journal-upload.conf</refentrytitle> | |
18 | <manvolnum>5</manvolnum> | |
19 | </refmeta> | |
20 | ||
21 | <refnamediv> | |
22 | <refname>journal-upload.conf</refname> | |
23 | <refname>journal-upload.conf.d</refname> | |
24 | <refpurpose>Configuration files for the journal upload service</refpurpose> | |
25 | </refnamediv> | |
26 | ||
27 | <refsynopsisdiv> | |
28 | <para><filename>/etc/systemd/journal-upload.conf</filename></para> | |
29 | <para><filename>/etc/systemd/journal-upload.conf.d/*.conf</filename></para> | |
30 | <para><filename>/run/systemd/journal-upload.conf.d/*.conf</filename></para> | |
31 | <para><filename>/usr/lib/systemd/journal-upload.conf.d/*.conf</filename></para> | |
32 | </refsynopsisdiv> | |
33 | ||
34 | <refsect1> | |
35 | <title>Description</title> | |
36 | ||
37 | <para>These files configure various parameters of | |
0f943ae4 ZJS |
38 | <citerefentry><refentrytitle>systemd-journal-upload.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. |
39 | See | |
40 | <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry> | |
41 | for a general description of the syntax.</para> | |
50e66628 ZJS |
42 | </refsect1> |
43 | ||
44 | <xi:include href="standard-conf.xml" xpointer="main-conf" /> | |
45 | ||
46 | <refsect1> | |
47 | <title>Options</title> | |
48 | ||
49 | <para>All options are configured in the <literal>[Upload]</literal> section:</para> | |
50 | ||
51 | <variablelist> | |
52 | <varlistentry> | |
53 | <term><varname>URL=</varname></term> | |
54 | ||
55 | <listitem><para>The URL to upload the journal entries to. See the description | |
56 | of <varname>--url=</varname> option in | |
57 | <citerefentry><refentrytitle>systemd-journal-upload</refentrytitle><manvolnum>8</manvolnum></citerefentry> | |
0b063391 ZJS |
58 | for the description of possible values. There is no default value, so either this |
59 | option or the command-line option must be always present to make an upload.</para></listitem> | |
50e66628 ZJS |
60 | </varlistentry> |
61 | ||
62 | <varlistentry> | |
63 | <term><varname>ServerKeyFile=</varname></term> | |
64 | ||
65 | <listitem><para>SSL key in PEM format.</para></listitem> | |
66 | </varlistentry> | |
67 | ||
68 | <varlistentry> | |
69 | <term><varname>ServerCertificateFile=</varname></term> | |
70 | ||
71 | <listitem><para>SSL CA certificate in PEM format.</para></listitem> | |
72 | </varlistentry> | |
73 | ||
74 | <varlistentry> | |
75 | <term><varname>TrustedCertificateFile=</varname></term> | |
76 | ||
77 | <listitem><para>SSL CA certificate.</para></listitem> | |
78 | </varlistentry> | |
79 | ||
80 | </variablelist> | |
81 | ||
82 | </refsect1> | |
83 | ||
84 | <refsect1> | |
85 | <title>See Also</title> | |
86 | <para> | |
1f416853 | 87 | <citerefentry><refentrytitle>systemd-journal-upload.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, |
50e66628 ZJS |
88 | <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, |
89 | <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> | |
90 | </para> | |
91 | </refsect1> | |
92 | ||
93 | </refentry> |