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 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 man/journal-remote.conf.xml (limited to 'man/journal-remote.conf.xml') 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 + + + + -- cgit v1.2.3-54-g00ecf