1JOURNAL-REMOTE.CONF(5) journal-remote.conf JOURNAL-REMOTE.CONF(5)
2
3
4
6 journal-remote.conf, journal-remote.conf.d - Journal remote service
7 configuration files
8
10 /etc/systemd/journal-remote.conf
11
12 /etc/systemd/journald.conf.d/*.conf
13
14 /run/systemd/journald.conf.d/*.conf
15
16 /usr/lib/systemd/journald.conf.d/*.conf
17
19 These files configure various parameters of the systemd-remote-journal
20 application, systemd-journal-remote(8).
21
23 Default configuration is defined during compilation, so a configuration
24 file is only needed when it is necessary to deviate from those
25 defaults. By default the configuration file in /etc/systemd/ contains
26 commented out entries showing the defaults as a guide to the
27 administrator. This file can be edited to create local overrides.
28
29 When packages need to customize the configuration, they can install
30 configuration snippets in /usr/lib/systemd/*.conf.d/. Files in /etc/
31 are reserved for the local administrator, who may use this logic to
32 override the configuration files installed by vendor packages. The main
33 configuration file is read before any of the configuration directories,
34 and has the lowest precedence; entries in a file in any configuration
35 directory override entries in the single configuration file. Files in
36 the *.conf.d/ configuration subdirectories are sorted by their filename
37 in lexicographic order, regardless of which of the subdirectories they
38 reside in. If multiple files specify the same option, the entry in the
39 file with the lexicographically latest name takes precedence. It is
40 recommended to prefix all filenames in those subdirectories with a
41 two-digit number and a dash, to simplify the ordering of the files.
42
43 To disable a configuration file supplied by the vendor, the recommended
44 way is to place a symlink to /dev/null in the configuration directory
45 in /etc/, with the same filename as the vendor configuration file.
46
48 All options are configured in the "[Remote]" section:
49
50 Seal=
51 Periodically sign the data in the journal using Forward Secure
52 Sealing.
53
54 SplitMode=
55 One of "host" or "none".
56
57 ServerKeyFile=
58 SSL key in PEM format
59
60 ServerCertificateFile=
61 SSL CA certificate in PEM format.
62
63 TrustedCertificateFile=
64 SSL CA certificate.
65
67 systemd-journal-remote(1), systemd(1), systemd-journald.service(8)
68
69
70
71systemd 219 JOURNAL-REMOTE.CONF(5)