From 3d8601ee51243387ef0e65bfcc8ada93186b6cd2 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 30 Mar 2022 18:50:29 +0400 Subject: [PATCH] Shortened socket name in config. --- configs/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.yaml b/configs/config.yaml index 0501c20..613fa7e 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/radio.sock" +listen_on: "unix /var/run/dwelling-radio/r.sock" icecast: # URL to Icecast's status-json.xsl url: "http://reimu.arav.home.arpa/status-json.xsl"