From c89c349267a364aa4263b597454b68db4cbe088e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 9 Mar 2022 23:12:42 +0400 Subject: [PATCH] Let's try to use /var/run for unix sockets as it is a proper way for it. --- configs/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.yaml b/configs/config.yaml index 1265573..0501c20 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -1,7 +1,7 @@ # Sets network type (could be tcp{,4,6}, unix) # and address:port or /path/to/unix.sock to # listen on. -listen_on: "unix /tmp/dwelling-radio.sock" +listen_on: "unix /var/run/dwelling-radio/radio.sock" icecast: # URL to Icecast's status-json.xsl url: "http://reimu.arav.home.arpa/status-json.xsl"