Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion source/more-info/unsupported/systemd_journal.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,15 @@ If using Home Assistant Supervised, run the following on the host:
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)
and then reboot your system

If after upgrading you are still facing this error, reinstall `systemd-journal-remote` with the following command

```sh
sudo apt-get install --reinstall systemd-journal-remote
```

and reboot your system

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.