X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-journald.service.xml;h=4969ab19c360d10591082a46bc415855de7406e2;hp=8ee0cf4e5d343da1895b797ddef4d6615833578b;hb=fabe5c0e5fce730aa66e10a9c4f9fdd443d7aeda;hpb=ba6b3039531a70466dd955c6faa9bf521b3dfbac diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 8ee0cf4e5..4969ab19c 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -24,7 +24,7 @@ - systemd-journald + systemd-journald.service systemd @@ -38,18 +38,20 @@ - systemd-journald + systemd-journald.service 8 systemd-journald.service + systemd-journald.socket systemd-journald - systemd Journal Service + Journal service systemd-journald.service + systemd-journald.socket /usr/lib/systemd/systemd-journald @@ -128,6 +130,33 @@ + + Kernel Command Line + + A few configuration parameters from + journald.conf may be overridden on + the kernel command line: + + + + systemd.journald.forward_to_syslog= + systemd.journald.forward_to_kmsg= + systemd.journald.forward_to_console= + + Enables/disables + forwarding of collected log messages + to syslog, the kernel log buffer or + the system console. + + + See + journald.conf5 + for information about these settings. + + + + + @@ -136,7 +165,8 @@ systemd1, journalctl1, journald.conf5, - systemd.journal-fields7 + systemd.journal-fields7, + sd-journal3