]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/journal-upload.conf.xml
tree-wide: drop 'This file is part of systemd' blurb
[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 8 Copyright 2016 Zbigniew Jędrzejewski-Szmek
50e66628
ZJS
9-->
10
11<refentry id="journal-upload.conf" conditional='HAVE_MICROHTTPD'
12 xmlns:xi="http://www.w3.org/2001/XInclude">
13 <refentryinfo>
14 <title>journal-upload.conf</title>
15 <productname>systemd</productname>
16
17 <authorgroup>
18 <author>
19 <contrib>Monkey with a keyboard</contrib>
20 <firstname>Zbigniew</firstname>
21 <surname>Jędrzejewski-Szmek</surname>
22 <email>zbyszek@in.waw.pl</email>
23 </author>
24 </authorgroup>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>journal-upload.conf</refentrytitle>
29 <manvolnum>5</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>journal-upload.conf</refname>
34 <refname>journal-upload.conf.d</refname>
35 <refpurpose>Configuration files for the journal upload service</refpurpose>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <para><filename>/etc/systemd/journal-upload.conf</filename></para>
40 <para><filename>/etc/systemd/journal-upload.conf.d/*.conf</filename></para>
41 <para><filename>/run/systemd/journal-upload.conf.d/*.conf</filename></para>
42 <para><filename>/usr/lib/systemd/journal-upload.conf.d/*.conf</filename></para>
43 </refsynopsisdiv>
44
45 <refsect1>
46 <title>Description</title>
47
48 <para>These files configure various parameters of
0f943ae4
ZJS
49 <citerefentry><refentrytitle>systemd-journal-upload.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
50 See
51 <citerefentry><refentrytitle>systemd.syntax</refentrytitle><manvolnum>5</manvolnum></citerefentry>
52 for a general description of the syntax.</para>
50e66628
ZJS
53 </refsect1>
54
55 <xi:include href="standard-conf.xml" xpointer="main-conf" />
56
57 <refsect1>
58 <title>Options</title>
59
60 <para>All options are configured in the <literal>[Upload]</literal> section:</para>
61
62 <variablelist>
63 <varlistentry>
64 <term><varname>URL=</varname></term>
65
66 <listitem><para>The URL to upload the journal entries to. See the description
67 of <varname>--url=</varname> option in
68 <citerefentry><refentrytitle>systemd-journal-upload</refentrytitle><manvolnum>8</manvolnum></citerefentry>
0b063391
ZJS
69 for the description of possible values. There is no default value, so either this
70 option or the command-line option must be always present to make an upload.</para></listitem>
50e66628
ZJS
71 </varlistentry>
72
73 <varlistentry>
74 <term><varname>ServerKeyFile=</varname></term>
75
76 <listitem><para>SSL key in PEM format.</para></listitem>
77 </varlistentry>
78
79 <varlistentry>
80 <term><varname>ServerCertificateFile=</varname></term>
81
82 <listitem><para>SSL CA certificate in PEM format.</para></listitem>
83 </varlistentry>
84
85 <varlistentry>
86 <term><varname>TrustedCertificateFile=</varname></term>
87
88 <listitem><para>SSL CA certificate.</para></listitem>
89 </varlistentry>
90
91 </variablelist>
92
93 </refsect1>
94
95 <refsect1>
96 <title>See Also</title>
97 <para>
1f416853 98 <citerefentry><refentrytitle>systemd-journal-upload.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
50e66628
ZJS
99 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
100 <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
101 </para>
102 </refsect1>
103
104</refentry>