From: Lennart Poettering Date: Mon, 6 May 2013 20:39:17 +0000 (+0200) Subject: man: correct SIGUSR1 semantics for journald X-Git-Tag: v203~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e943ecc88d87f8747cc6396688c1347b40c15e03;p=elogind.git man: correct SIGUSR1 semantics for journald --- diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index bc32c8e38..822f3c28f 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -111,13 +111,13 @@ is flushed to /var/ in order to make it persistent (if this is - enabled). This may be used after + enabled). This must be used after /var/ is mounted, - but is generally not required since - the first journal write when - /var/ becomes - writable triggers the flushing - anyway. + as otherwise log data from + /run is never + flushed to /var + regardless of the + configuration.