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=65f6e52602f46d8bcb348c05083b43c3e8a61575;hp=202ea004004979de673dc00a165cb245e576d077;hb=4940835715197bcc5924fc5e4d163a07b0940e02;hpb=01cf0ca850dd1c21e1c405a4493fe61d0c28d721 diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 202ea0040..65f6e5260 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -24,7 +24,7 @@ - systemd-journald + systemd-journald.service systemd @@ -38,7 +38,7 @@ - systemd-journald + systemd-journald.service 8 @@ -78,7 +78,7 @@ By default the journal stores log data in /run/log/journal/. Since /run/ is volatile log data is - lost at reboot. To make the data persistant it + lost at reboot. To make the data persistent it is sufficient to create /var/log/journal/ where systemd-journald will then store @@ -97,6 +97,66 @@ service. + + Signals + + + + SIGUSR1 + + Request that journal + data from /run/ + is flushed to + /var/ in order to + make it persistent (if this is + enabled). This may be used after + /var/ is mounted, + but is generally not required since + the first journal write when + /var/ becomes + writable triggers the flushing + anyway. + + + + SIGUSR2 + + Request immediate + rotation of the journal + files. + + + + + + Kernel Command Line + + A few configuration parameters from + journald.conf may be overriden 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. + + + + + + + See Also