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

SEE ALSO

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