chiark / gitweb /
CODING_STYLE: mention that dup() should not be used
[elogind.git] / man / journal-remote.conf.xml
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 2015 Chris Morgan
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-remote.conf" conditional='HAVE_MICROHTTPD'
25           xmlns:xi="http://www.w3.org/2001/XInclude">
26   <refentryinfo>
27     <title>journal-remote.conf</title>
28     <productname>systemd</productname>
29
30     <authorgroup>
31       <author>
32         <contrib>Developer</contrib>
33         <firstname>Chris</firstname>
34         <surname>Morgan</surname>
35         <email>chmorgan@gmail.com</email>
36       </author>
37     </authorgroup>
38   </refentryinfo>
39
40   <refmeta>
41     <refentrytitle>journal-remote.conf</refentrytitle>
42     <manvolnum>5</manvolnum>
43   </refmeta>
44
45   <refnamediv>
46     <refname>journal-remote.conf</refname>
47     <refname>journal-remote.conf.d</refname>
48     <refpurpose>Journal remote service configuration files</refpurpose>
49   </refnamediv>
50
51   <refsynopsisdiv>
52     <para><filename>/etc/systemd/journal-remote.conf</filename></para>
53     <para><filename>/etc/systemd/journald.conf.d/*.conf</filename></para>
54     <para><filename>/run/systemd/journald.conf.d/*.conf</filename></para>
55     <para><filename>/usr/lib/systemd/journald.conf.d/*.conf</filename></para>
56   </refsynopsisdiv>
57
58   <refsect1>
59     <title>Description</title>
60
61     <para>These files configure various parameters of the systemd-remote-journal
62     application,
63     <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
64   </refsect1>
65
66   <xi:include href="standard-conf.xml" xpointer="main-conf" />
67
68   <refsect1>
69     <title>Options</title>
70
71     <para>All options are configured in the
72     <literal>[Remote]</literal> section:</para>
73
74     <variablelist>
75
76       <varlistentry>
77         <term><varname>SplitMode=</varname></term>
78
79         <listitem><para>One of <literal>host</literal> or <literal>none</literal>.
80         </para></listitem>
81       </varlistentry>
82
83       <varlistentry>
84         <term><varname>ServerKeyFile=</varname></term>
85
86         <listitem><para>SSL key in PEM format</para></listitem>
87       </varlistentry>
88
89       <varlistentry>
90         <term><varname>ServerCertificateFile=</varname></term>
91
92         <listitem><para>SSL CA certificate in PEM format.</para></listitem>
93       </varlistentry>
94
95       <varlistentry>
96         <term><varname>TrustedCertificateFile=</varname></term>
97
98         <listitem><para>SSL CA certificate.</para></listitem>
99       </varlistentry>
100
101     </variablelist>
102
103   </refsect1>
104
105   <refsect1>
106       <title>See Also</title>
107       <para>
108         <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
109         <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
110         <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
111       </para>
112   </refsect1>
113
114 </refentry>