diff --git a/man/journal-remote.conf.xml b/man/journal-remote.conf.xml index db5e4efd5b2..42ecabc8074 100644 --- a/man/journal-remote.conf.xml +++ b/man/journal-remote.conf.xml @@ -86,7 +86,7 @@ ServerCertificateFile= - SSL CA certificate in PEM format. + SSL certificate in PEM format. @@ -102,7 +102,7 @@ See Also - systemd-journal-remote8, + systemd-journal-remote.service8, systemd1, systemd-journald.service8 diff --git a/man/journal-upload.conf.xml b/man/journal-upload.conf.xml index 8e241370db0..9d486d9801c 100644 --- a/man/journal-upload.conf.xml +++ b/man/journal-upload.conf.xml @@ -96,7 +96,7 @@ See Also - systemd-journal-upload8, + systemd-journal-upload.service8, systemd1, systemd-journald.service8 diff --git a/man/journalctl.xml b/man/journalctl.xml index 1bec2b79fb5..12d6a80c573 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -976,8 +976,8 @@ journalctl _SYSTEMD_CGROUP=/user.slice/user-42.slice/session-c1.scopesystemd.journal-fields7, journald.conf5, systemd.time7, - systemd-journal-remote8, - systemd-journal-upload8 + systemd-journal-remote.service8, + systemd-journal-upload.service8 diff --git a/man/rules/meson.build b/man/rules/meson.build index 6b07cfc4feb..e9759f16a15 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -574,8 +574,14 @@ manpages = [ '8', ['systemd-journal-gatewayd', 'systemd-journal-gatewayd.socket'], 'HAVE_MICROHTTPD'], - ['systemd-journal-remote', '8', [], 'HAVE_MICROHTTPD'], - ['systemd-journal-upload', '8', [], 'HAVE_MICROHTTPD'], + ['systemd-journal-remote.service', + '8', + ['systemd-journal-remote', 'systemd-journal-remote.socket'], + 'HAVE_MICROHTTPD'], + ['systemd-journal-upload.service', + '8', + ['systemd-journal-upload'], + 'HAVE_MICROHTTPD'], ['systemd-journald.service', '8', ['systemd-journald', diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.service.xml similarity index 94% rename from man/systemd-journal-remote.xml rename to man/systemd-journal-remote.service.xml index 17014953579..acaf61c39f1 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.service.xml @@ -17,7 +17,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude"> - systemd-journal-remote + systemd-journal-remote.service systemd @@ -31,18 +31,22 @@ - systemd-journal-remote + systemd-journal-remote.service 8 + systemd-journal-remote.service + systemd-journal-remote.socket systemd-journal-remote Receive journal messages over the network + systemd-journal-remote.service + systemd-journal-remote.socket - systemd-journal-remote + /usr/lib/systemd/systemd-journal-remote OPTIONS -o/--output=DIR|FILE SOURCES @@ -159,8 +163,8 @@ interpreted as the (negated) file descriptor number, or an address suitable for (c.f. systemd.socket5). - In the first case, matching file descriptor must be inherited - through + In the first case, the server listens on port 19532 by default, + and the matching file descriptor must be inherited through $LISTEN_FDS/$LISTEN_PID. In the second case, an HTTP or HTTPS server will be spawned on this port, respectively for and @@ -351,11 +355,11 @@ systemd-journal-remote --url http://some.host:19531/entries?boot&follow See Also - systemd-journal-upload8, + journal-remote.conf5, journalctl1, - systemd-journald.service8, - systemd-journal-gatewayd.service8 - journal-remote.conf5 + systemd-journal-gatewayd.service8, + systemd-journal-upload.service8, + systemd-journald.service8 diff --git a/man/systemd-journal-upload.xml b/man/systemd-journal-upload.service.xml similarity index 93% rename from man/systemd-journal-upload.xml rename to man/systemd-journal-upload.service.xml index 900706a34d6..141e595400d 100644 --- a/man/systemd-journal-upload.xml +++ b/man/systemd-journal-upload.service.xml @@ -17,7 +17,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude"> - systemd-journal-upload + systemd-journal-upload.service systemd @@ -31,18 +31,20 @@ - systemd-journal-upload + systemd-journal-upload.service 8 + systemd-journal-upload.service systemd-journal-upload Send journal messages over the network + systemd-journal-upload.service - systemd-journal-upload + /usr/lib/systemd/systemd-journal-upload OPTIONS -u/--url=URL SOURCES @@ -67,13 +69,15 @@ - - + + Upload to the specified address. URL may specify either just the hostname or both the protocol and hostname. https is the default. + The port number may be specified after a colon (:), + otherwise 19532 will be used by default. @@ -281,7 +285,7 @@ openssl ca -batch -config ca.conf -notext -in $CLIENT.csr -out $CLIENT.pem See Also - systemd-journal-remote8, + systemd-journal-remote.service8, journalctl1, systemd-journald.service8, systemd-journal-gatewayd.service8