]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/journal-upload.conf.xml
verify: use manager_load_startable_unit_or_warn() to load units for verification
[thirdparty/systemd.git] / man / journal-upload.conf.xml
CommitLineData
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
ZJS
6 SPDX-License-Identifier: LGPL-2.1+
7
50e66628
ZJS
8 This file is part of systemd.
9
10 Copyright 2016 Zbigniew Jędrzejewski-Szmek
11
12 systemd is free software; you can redistribute it and/or modify it
13 under the terms of the GNU Lesser General Public License as published by
14 the Free Software Foundation; either version 2.1 of the License, or
15 (at your option) any later version.
16
17 systemd is distributed in the hope that it will be useful, but
18 WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 Lesser General Public License for more details.
21
22 You should have received a copy of the GNU Lesser General Public License
23 along with systemd; If not, see <http://www.gnu.org/licenses/>.
24-->
25
26<refentry id="journal-upload.conf" conditional='HAVE_MICROHTTPD'
27 xmlns:xi="http://www.w3.org/2001/XInclude">
28 <refentryinfo>
29 <title>journal-upload.conf</title>
30 <productname>systemd</productname>
31
32 <authorgroup>
33 <author>
34 <contrib>Monkey with a keyboard</contrib>
35 <firstname>Zbigniew</firstname>
36 <surname>Jędrzejewski-Szmek</surname>
37 <email>zbyszek@in.waw.pl</email>
38 </author>
39 </authorgroup>
40 </refentryinfo>
41
42 <refmeta>
43 <refentrytitle>journal-upload.conf</refentrytitle>
44 <manvolnum>5</manvolnum>
45 </refmeta>
46
47 <refnamediv>
48 <refname>journal-upload.conf</refname>
49 <refname>journal-upload.conf.d</refname>
50 <refpurpose>Configuration files for the journal upload service</refpurpose>
51 </refnamediv>
52
53 <refsynopsisdiv>
54 <para><filename>/etc/systemd/journal-upload.conf</filename></para>
55 <para><filename>/etc/systemd/journal-upload.conf.d/*.conf</filename></para>
56 <para><filename>/run/systemd/journal-upload.conf.d/*.conf</filename></para>
57 <para><filename>/usr/lib/systemd/journal-upload.conf.d/*.conf</filename></para>
58 </refsynopsisdiv>
59
60 <refsect1>
61 <title>Description</title>
62
63 <para>These files configure various parameters of
64 <citerefentry><refentrytitle>systemd-journal-upload.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
65 </refsect1>
66
67 <xi:include href="standard-conf.xml" xpointer="main-conf" />
68
69 <refsect1>
70 <title>Options</title>
71
72 <para>All options are configured in the <literal>[Upload]</literal> section:</para>
73
74 <variablelist>
75 <varlistentry>
76 <term><varname>URL=</varname></term>
77
78 <listitem><para>The URL to upload the journal entries to. See the description
79 of <varname>--url=</varname> option in
80 <citerefentry><refentrytitle>systemd-journal-upload</refentrytitle><manvolnum>8</manvolnum></citerefentry>
81 for the description of possible values.</para></listitem>
82 </varlistentry>
83
84 <varlistentry>
85 <term><varname>ServerKeyFile=</varname></term>
86
87 <listitem><para>SSL key in PEM format.</para></listitem>
88 </varlistentry>
89
90 <varlistentry>
91 <term><varname>ServerCertificateFile=</varname></term>
92
93 <listitem><para>SSL CA certificate in PEM format.</para></listitem>
94 </varlistentry>
95
96 <varlistentry>
97 <term><varname>TrustedCertificateFile=</varname></term>
98
99 <listitem><para>SSL CA certificate.</para></listitem>
100 </varlistentry>
101
102 </variablelist>
103
104 </refsect1>
105
106 <refsect1>
107 <title>See Also</title>
108 <para>
109 <citerefentry><refentrytitle>systemd-journal-upload</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
110 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
111 <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
112 </para>
113 </refsect1>
114
115</refentry>