From fea020da5b30fa45b8f5700886c871d7698b8c84 Mon Sep 17 00:00:00 2001 From: p0wer <2510748+p0wertiger@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:52:12 +0100 Subject: [PATCH] Create systemd socket override for systemd-journal-gatewayd As stated in https://github.com/home-assistant/supervised-installer/issues/247 the default action for systemd-journal-gatewayd is to listen on HTTP port while Supervisor needs Unix socket file that's bind mounted in Docker container. This override changes socket location. --- .../systemd-journal-gatewayd.socket.d/hassio-supervisor.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 homeassistant-supervised/etc/systemd/system/systemd-journal-gatewayd.socket.d/hassio-supervisor.conf diff --git a/homeassistant-supervised/etc/systemd/system/systemd-journal-gatewayd.socket.d/hassio-supervisor.conf b/homeassistant-supervised/etc/systemd/system/systemd-journal-gatewayd.socket.d/hassio-supervisor.conf new file mode 100644 index 0000000..2674ad6 --- /dev/null +++ b/homeassistant-supervised/etc/systemd/system/systemd-journal-gatewayd.socket.d/hassio-supervisor.conf @@ -0,0 +1,3 @@ +[Socket] +ListenStream= +ListenStream=/run/systemd-journal-gatewayd.sock