mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
docs: say that journalctl --flush/--sync also require journald
https://github.com/systemd/systemd/pull/14549#pullrequestreview-341758182
This commit is contained in:
parent
89f3ba7995
commit
0a5a8f13b4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user