diff --git a/source/more-info/unsupported/systemd_journal.markdown b/source/more-info/unsupported/systemd_journal.markdown index 9d1e994a79d..137d880ec35 100644 --- a/source/more-info/unsupported/systemd_journal.markdown +++ b/source/more-info/unsupported/systemd_journal.markdown @@ -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.