From: Lennart Poettering Date: Wed, 27 Nov 2019 18:24:44 +0000 (+0100) Subject: man: don't claim journalctl would still use signals X-Git-Tag: v244~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=870a2d85d089f3373f6e46d392ddcf161622d39d;p=thirdparty%2Fsystemd.git man: don't claim journalctl would still use signals It's using the varlink interface these days. --- diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 8bbb9931cfa..ea6fb546739 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -136,36 +136,30 @@ systemd-tmpfiles --create --prefix /var/log/journal SIGUSR1 - Request that journal data from - /run/ is flushed to - /var/ in order to make it persistent (if - this is enabled). This must be used after - /var/ is mounted, as otherwise log data - from /run is never flushed to - /var regardless of the configuration. The - journalctl --flush command uses this signal - to request flushing of the journal files, and then waits for + Request that journal data from /run/ is flushed to + /var/ in order to make it persistent (if this is enabled). This must be used + after /var/ is mounted, as otherwise log data from /run is + never flushed to /var regardless of the configuration. Use the + journalctl --flush command to request flushing of the journal files, and wait for the operation to complete. See - journalctl1 - for details. + journalctl1 for + details. SIGUSR2 - Request immediate rotation of the journal - files. The journalctl --rotate command uses - this signal to request journal file - rotation. + Request immediate rotation of the journal files. Use the journalctl + --rotate command to request journal file rotation, and wait for the operation to + complete. SIGRTMIN+1 - Request that all unwritten log data is written - to disk. The journalctl --sync command uses - this signal to trigger journal synchronization, and then waits - for the operation to complete. + Request that all unwritten log data is written to disk. Use the journalctl + --sync command to trigger journal synchronization, and wait for the operation to + complete.