1
0

Let's try to use /var/run for unix sockets as it is a proper way for it.

This commit is contained in:
Alexander Andreev 2022-03-09 23:12:42 +04:00
parent ec788309ad
commit c89c349267
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -1,7 +1,7 @@
# Sets network type (could be tcp{,4,6}, unix) # Sets network type (could be tcp{,4,6}, unix)
# and address:port or /path/to/unix.sock to # and address:port or /path/to/unix.sock to
# listen on. # listen on.
listen_on: "unix /tmp/dwelling-radio.sock" listen_on: "unix /var/run/dwelling-radio/radio.sock"
icecast: icecast:
# URL to Icecast's status-json.xsl # URL to Icecast's status-json.xsl
url: "http://reimu.arav.home.arpa/status-json.xsl" url: "http://reimu.arav.home.arpa/status-json.xsl"