1JOURNAL-UPLOAD.CONF(5)        journal-upload.conf       JOURNAL-UPLOAD.CONF(5)
2
3
4

NAME

6       journal-upload.conf, journal-upload.conf.d - Configuration files for
7       the journal upload service
8

SYNOPSIS

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

DESCRIPTION

19       These files configure various parameters of systemd-journal-
20       upload.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/ or
32       /usr/local/lib/systemd/*.conf.d/. Files in /etc/ are reserved for the
33       local administrator, who may use this logic to override the
34       configuration files installed by vendor packages. The main
35       configuration file is read before any of the configuration directories,
36       and has the lowest precedence; entries in a file in any configuration
37       directory override entries in the single configuration file. Files in
38       the *.conf.d/ configuration subdirectories are sorted by their filename
39       in lexicographic order, regardless of which of the subdirectories they
40       reside in. When multiple files specify the same option, for options
41       which accept just a single value, the entry in the file with the
42       lexicographically latest name takes precedence. For options which
43       accept a list of values, entries are collected as they occur in files
44       sorted lexicographically. It is recommended to prefix all filenames in
45       those subdirectories with a two-digit number and a dash, to simplify
46       the ordering of the files.
47
48       To disable a configuration file supplied by the vendor, the recommended
49       way is to place a symlink to /dev/null in the configuration directory
50       in /etc/, with the same filename as the vendor configuration file.
51

OPTIONS

53       All options are configured in the "[Upload]" section:
54
55       URL=
56           The URL to upload the journal entries to. See the description of
57           --url= option in systemd-journal-upload(8) for the description of
58           possible values. There is no default value, so either this option
59           or the command-line option must be always present to make an
60           upload.
61
62       ServerKeyFile=
63           SSL key in PEM format.
64
65       ServerCertificateFile=
66           SSL CA certificate in PEM format.
67
68       TrustedCertificateFile=
69           SSL CA certificate.
70

SEE ALSO

72       systemd-journal-upload.service(8), systemd(1), systemd-
73       journald.service(8)
74
75
76
77systemd 243                                             JOURNAL-UPLOAD.CONF(5)
Impressum