From 55944e5e40b1be2afc4855d8d2baf4b73d1876b5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:49:52 +0200 Subject: Adding upstream version 255.4. Signed-off-by: Daniel Baumann --- man/journal-upload.conf.xml | 111 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 man/journal-upload.conf.xml (limited to 'man/journal-upload.conf.xml') diff --git a/man/journal-upload.conf.xml b/man/journal-upload.conf.xml new file mode 100644 index 0000000..1bc7f08 --- /dev/null +++ b/man/journal-upload.conf.xml @@ -0,0 +1,111 @@ + + + + + + + journal-upload.conf + systemd + + + + journal-upload.conf + 5 + + + + journal-upload.conf + journal-upload.conf.d + Configuration files for the journal upload service + + + + /etc/systemd/journal-upload.conf + /etc/systemd/journal-upload.conf.d/*.conf + /run/systemd/journal-upload.conf.d/*.conf + /usr/lib/systemd/journal-upload.conf.d/*.conf + + + + Description + + These files configure various parameters of + systemd-journal-upload.service8. + See + systemd.syntax7 + for a general description of the syntax. + + + + + + Options + + All options are configured in the [Upload] section: + + + + URL= + + The URL to upload the journal entries to. See the description + of option in + systemd-journal-upload8 + for the description of possible values. There is no default value, so either this + option or the command-line option must be always present to make an upload. + + + + + + ServerKeyFile= + + SSL key in PEM format. + + + + + + ServerCertificateFile= + + SSL CA certificate in PEM format. + + + + + + TrustedCertificateFile= + + SSL CA certificate. + + + + + + NetworkTimeoutSec= + + When network connectivity to the server is lost, this option + configures the time to wait for the connectivity to get restored. If the server is + not reachable over the network for the configured time, systemd-journal-upload + exits. Takes a value in seconds (or in other time units if suffixed with "ms", "min", "h", etc). + For details, see systemd.time5. + + + + + + + + + + + See Also + + systemd-journal-upload.service8, + systemd1, + systemd-journald.service8 + + + + -- cgit v1.2.3