diff --git a/source/more-info/unsupported/systemd_journal.markdown b/source/more-info/unsupported/systemd_journal.markdown new file mode 100644 index 00000000000..a59952a5a06 --- /dev/null +++ b/source/more-info/unsupported/systemd_journal.markdown @@ -0,0 +1,20 @@ +--- +title: "Systemd Journal" +description: "More information on why systemd journal marks the installation as unsupported." +--- + +## The issue + +The Supervisor needs access to the systemd journal for logging features +such as the `/host/logs` API. These features don't work if the journal +is not accessible. + +## The solution + +The `systemd-journal-gatewayd` service needs to be running on the host +and exposed to supervisor via unix socket. + +If using Home Assistant OS, update to version 7 or later. + +If using Home Assistant Supervised, re-run the [supervised installer](https://github.com/home-assistant/supervised-installer) +on the host to set up this service and reboot.