diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-01-13 15:28:25 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-01-13 21:01:01 +0100 |
commit | 0a5a8f13b421fb5d4ce0984d8ace8d676252a044 (patch) | |
tree | f6b9f7d8c633fb3261cd3ae7c83208700b47fced /docs/PORTABILITY_AND_STABILITY.md | |
parent | Merge pull request #14557 from poettering/root-storage-daemons-markdown (diff) | |
download | systemd-0a5a8f13b421fb5d4ce0984d8ace8d676252a044.tar.xz systemd-0a5a8f13b421fb5d4ce0984d8ace8d676252a044.zip |
docs: say that journalctl --flush/--sync also require journald
https://github.com/systemd/systemd/pull/14549#pullrequestreview-341758182
Diffstat (limited to 'docs/PORTABILITY_AND_STABILITY.md')
-rw-r--r-- | docs/PORTABILITY_AND_STABILITY.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/PORTABILITY_AND_STABILITY.md b/docs/PORTABILITY_AND_STABILITY.md index d98358957b..e1aa656b0f 100644 --- a/docs/PORTABILITY_AND_STABILITY.md +++ b/docs/PORTABILITY_AND_STABILITY.md @@ -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. |