]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: say that journalctl --flush/--sync also require journald
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 13 Jan 2020 14:28:25 +0000 (15:28 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 13 Jan 2020 20:01:01 +0000 (21:01 +0100)
https://github.com/systemd/systemd/pull/14549#pullrequestreview-341758182

docs/PORTABILITY_AND_STABILITY.md

index d98358957b19642a1d2526b831e31a5a0f686647..e1aa656b0f5885d4100bfd33ced71ff2b3898822 100644 (file)
@@ -155,6 +155,8 @@ without communicating with the `systemd` process:
 Many other programs support operation without the system manager except when
 the specific functionality requires such communication. For example
 `journalctl` operates almost independently, but will query the boot id when
-`--boot` option is used. `systemd-journal-remote`, `systemd-journal-upload`,
-`systemd-journal-gatewayd`, `coredumpctl`, `busctl`, `systemctl --root` also
-fall into this category.
+`--boot` option is used; it also requires `systemd-journald` (and thus
+`systemd`) to be running for options like `--flush` and `--sync`.
+`systemd-journal-remote`, `systemd-journal-upload`, `systemd-journal-gatewayd`,
+`coredumpctl`, `busctl`, `systemctl --root` also fall into this category of
+mostly-independent programs.