From fd47d3482bb9c28f0b191708fba069c0002c46f7 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Thu, 3 Nov 2022 16:18:42 -0400 Subject: [PATCH] Include instructions to install gateway service (#24807) * Include instructions to install gateway service * Fix markdown lint --- source/more-info/unsupported/systemd_journal.markdown | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/more-info/unsupported/systemd_journal.markdown b/source/more-info/unsupported/systemd_journal.markdown index a59952a5a06..9d1e994a79d 100644 --- a/source/more-info/unsupported/systemd_journal.markdown +++ b/source/more-info/unsupported/systemd_journal.markdown @@ -16,5 +16,11 @@ 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. +If using Home Assistant Supervised, run the following on the host: + +```sh +sudo apt install systemd-journal-remote -y +``` + +and then reboot. If you still see this issue then run the [supervised installer](https://github.com/home-assistant/supervised-installer) +on the host as the supervisor service may need an update as well.