1JOURNAL-REMOTE.CONF(5)        journal-remote.conf       JOURNAL-REMOTE.CONF(5)
2
3
4

NAME

6       journal-remote.conf, journal-remote.conf.d - Configuration files for
7       the service accepting remote journal uploads
8

SYNOPSIS

10       /etc/systemd/journal-remote.conf
11
12       /etc/systemd/journal-remote.conf.d/*.conf
13
14       /run/systemd/journal-remote.conf.d/*.conf
15
16       /usr/lib/systemd/journal-remote.conf.d/*.conf
17

DESCRIPTION

19       These files configure various parameters of systemd-journal-
20       remote.service(8). See systemd.syntax(5) for a general description of
21       the syntax.
22

CONFIGURATION DIRECTORIES AND PRECEDENCE

24       The default configuration is defined during compilation, so a
25       configuration file is only needed when it is necessary to deviate from
26       those defaults. By default, the configuration file in /etc/systemd/
27       contains commented out entries showing the defaults as a guide to the
28       administrator. This file can be edited to create local overrides.
29
30       When packages need to customize the configuration, they can install
31       configuration snippets in /usr/lib/systemd/*.conf.d/. Files in /etc/
32       are reserved for the local administrator, who may use this logic to
33       override the configuration files installed by vendor packages. The main
34       configuration file is read before any of the configuration directories,
35       and has the lowest precedence; entries in a file in any configuration
36       directory override entries in the single configuration file. Files in
37       the *.conf.d/ configuration subdirectories are sorted by their filename
38       in lexicographic order, regardless of which of the subdirectories they
39       reside in. When multiple files specify the same option, for options
40       which accept just a single value, the entry in the file with the
41       lexicographically latest name takes precedence. For options which
42       accept a list of values, entries are collected as they occur in files
43       sorted lexicographically. It is recommended to prefix all filenames in
44       those subdirectories with a two-digit number and a dash, to simplify
45       the ordering of the files.
46
47       To disable a configuration file supplied by the vendor, the recommended
48       way is to place a symlink to /dev/null in the configuration directory
49       in /etc/, with the same filename as the vendor configuration file.
50

OPTIONS

52       All options are configured in the "[Remote]" section:
53
54       Seal=
55           Periodically sign the data in the journal using Forward Secure
56           Sealing.
57
58       SplitMode=
59           One of "host" or "none".
60
61       ServerKeyFile=
62           SSL key in PEM format.
63
64       ServerCertificateFile=
65           SSL certificate in PEM format.
66
67       TrustedCertificateFile=
68           SSL CA certificate.
69

SEE ALSO

71       systemd-journal-remote.service(8), systemd(1), systemd-
72       journald.service(8)
73
74
75
76systemd 239                                             JOURNAL-REMOTE.CONF(5)
Impressum