Skip to content

Instantly share code, notes, and snippets.

@randy3k
Last active April 15, 2023 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randy3k/b2cbee80324acc4592e70cf9fc54293b to your computer and use it in GitHub Desktop.
Save randy3k/b2cbee80324acc4592e70cf9fc54293b to your computer and use it in GitHub Desktop.
Fix systemd-journal-gatewayd bug in Home Assistant
sudo rm -rf /run/systemd-journal-gatewayd.sock
sudo touch /run/systemd-journal-gatewayd.sock
sudo reboot
vim /lib/systemd/system/systemd-journal-gatewayd.socket
[Socket]
#ListenStream=19531
ListenStream=/run/systemd-journal-gatewayd.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment