diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-30 12:26:27 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-30 14:19:55 +0200 |
commit | 123450e58eeb5dfc539cd0f71c85d2b9e0ed0851 (patch) | |
tree | d9f3cdceece1b32fd8fa509a2a3e864c83e86d06 /NEWS | |
parent | build(deps): bump pkg/debian from `640ff73` to `9a5adf2` (diff) | |
download | systemd-123450e58eeb5dfc539cd0f71c85d2b9e0ed0851.tar.xz systemd-123450e58eeb5dfc539cd0f71c85d2b9e0ed0851.zip |
journal: Add journal.storage credential
In mkosi CI, we want persistent journals when running interactively
and runtime journals when running in CI, so let's add a credential
that allows us to configure which one to use.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -268,6 +268,9 @@ CHANGES WITH 256-rc1: added to control the maximum log levels for the messages sent to this socket. + * systemd-journald now also reads the journal.storage credential when + determining where to store journal files. + * systemd-vmspawn gained a new --forward-journal= option to forward the virtual machine's journal entries to the host. This is done over a AF_VSOCK socket, i.e. it does not require networking in the guest. |