[systemd-devel] [PATCH 1/2] man: Document server sockets in use by journald
Michal Sekletar
msekleta at redhat.com
Fri May 30 03:53:35 PDT 2014
On Wed, May 28, 2014 at 10:30:56PM +0200, Lubomir Rintel wrote:
> ---
> man/systemd-journald.service.xml | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml
> index f0ce7aa..7158888 100644
> --- a/man/systemd-journald.service.xml
> +++ b/man/systemd-journald.service.xml
> @@ -86,6 +86,17 @@
> <filename>systemd-journald</filename> will then store
> the data.</para>
>
> + <para>Journal listens on
> + <filename>/run/systemd/journal/stdout</filename> socket of
> + <constant>SOCK_STREAM</constant> type, and
> + <filename>/run/systemd/journal/socket</filename> and
> + <filename>/dev/log</filename> sockets of
> + <constant>SOCK_DGRAM</constant> type in <constant>AF_UNIX</constant>
> + family that handle traffic from <filename>systemd-cat</filename>,
> + native clients and syslog local clients respectively. It either
> + obtains the the handles from systemd via activation socket-passing
There is "the" twice in a row.
> + interface, or opens them itself.</para>
> +
journald also always tries to open /dev/kmsg maybe you might wanna mention that
as well while at it.
> <para><filename>systemd-journald</filename> will
> forward all received log messages to the <constant>AF_UNIX</constant>
> <constant>SOCK_DGRAM</constant> socket
> --
> 1.9.3
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
More information about the systemd-devel
mailing list