X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-journald.service.xml;h=90f9290276ccb451c7aa62a7502e71268f006169;hp=202ea004004979de673dc00a165cb245e576d077;hb=c3f60ec54da2a5d1ba00cec6bb2c282f079aa3f6;hpb=01cf0ca850dd1c21e1c405a4493fe61d0c28d721 diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 202ea0040..90f929027 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 @@ -78,7 +80,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,13 +99,74 @@ 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 systemd1, journalctl1, journald.conf5, - systemd.journal-fields7 + systemd.journal-fields7, + sd-journal3