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.
This commit is contained in:
parent
77ba930b84
commit
fea020da5b
1 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
||||||
|
[Socket]
|
||||||
|
ListenStream=
|
||||||
|
ListenStream=/run/systemd-journal-gatewayd.sock
|
Loading…
Reference in a new issue