Lines Matching refs:via
10 `systemd-journald.service` accepts log data via various protocols:
12 * Classic RFC3164 BSD syslog via the `/dev/log` socket
13 * STDOUT/STDERR of programs via `StandardOutput=journal` + `StandardError=journal` in service files…
14 * Kernel log messages via the `/dev/kmsg` device node
15 * Audit records via the kernel's audit subsystem
16 * Structured log messages via `journald`'s native protocol
50 via the `memfd` logic.
64 key/value pair is serialized via one of two methods:
154 It might be wise to automatically upgrade to logging via the Journal's native
162 Journal logging in case they are invoked via systemd's service logic, where
173 upgrade to the native Journal protocol via an `AF_UNIX` socket of its own, and