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