From 808f8bc2098c353f7a112ef6593b07b053c92264 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Wed, 19 Oct 2022 14:01:13 -0400 Subject: [PATCH] Add unsupported systemd journal (#24548) --- .../unsupported/systemd_journal.markdown | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/more-info/unsupported/systemd_journal.markdown 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.