From eaa5251d9167027275d8275862e23e0b7dc8866e Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 21 Mar 2015 20:47:46 -0400 Subject: man: add journal-remote.conf(5) --- man/journal-remote.conf.xml | 114 +++++++++++++++++++++++++++++++++++++++++ man/systemd-journal-remote.xml | 1 + 2 files changed, 115 insertions(+) create mode 100644 man/journal-remote.conf.xml (limited to 'man') diff --git a/man/journal-remote.conf.xml b/man/journal-remote.conf.xml new file mode 100644 index 0000000000..a7b2227182 --- /dev/null +++ b/man/journal-remote.conf.xml @@ -0,0 +1,114 @@ + + + + + + + + journal-remote.conf + systemd + + + + Developer + Chris + Morgan + chmorgan@gmail.com + + + + + + journal-remote.conf + 5 + + + + journal-remote.conf + journal-remote.conf.d + Journal remote service configuration files + + + + /etc/systemd/journal-remote.conf + /etc/systemd/journald.conf.d/*.conf + /run/systemd/journald.conf.d/*.conf + /usr/lib/systemd/journald.conf.d/*.conf + + + + Description + + These files configure various parameters of the systemd-remote-journal + application, + systemd-journal-remote8. + + + + + + Options + + All options are configured in the + [Remote] section: + + + + + SplitMode= + + One of host or none. + + + + + ServerKeyFile= + + SSL key in PEM format + + + + ServerCertificateFile= + + SSL CA certificate in PEM format. + + + + TrustedCertificateFile= + + SSL CA certificate. + + + + + + + + See Also + + systemd-journal-remote1, + systemd1, + systemd-journald.service8 + + + + diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index 2687662a14..d5bda635c4 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.xml @@ -310,6 +310,7 @@ systemd-journal-remote --url http://some.host:19531/ journalctl1, systemd-journald.service8, systemd-journal-gatewayd.service8 + journal-remote.conf5 -- cgit v1.2.3-54-g00ecf