
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.
3 lines
71 B
Text
3 lines
71 B
Text
[Socket]
|
|
ListenStream=
|
|
ListenStream=/run/systemd-journal-gatewayd.sock
|