diff --git a/Documentation/using-rkt-with-systemd.md b/Documentation/using-rkt-with-systemd.md index 6f7f57d348..f845009e4a 100644 --- a/Documentation/using-rkt-with-systemd.md +++ b/Documentation/using-rkt-with-systemd.md @@ -65,6 +65,16 @@ MACHINE CLASS SERVICE 0 machines listed. ``` +Note that journald integration is only supported if systemd is compiled with `xz` compression enabled. To inspect this, use `systemctl`: + +``` +$ systemctl --version +systemd v231 +[...] +XZ [...] +``` + +If the output contains `-XZ`, journal entries will not be available. + ## Managing pods as systemd services ### Simple Unit File