From 0ff8f4310e7dac0874c0951df3e5dd58abd5b289 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 7 Feb 2023 02:24:58 +0400 Subject: [PATCH] r.sock changed to sock. --- configs/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.yaml b/configs/config.yaml index 0bae7a3..ce65e72 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 /var/run/dwelling-radio/r.sock" +listen_on: "unix /var/run/dwelling-radio/sock" icecast: # URL to Icecast's status-json.xsl url: "http://radio.arav.home.arpa/status-json.xsl"