Let's try to use /var/run for unix sockets as it is a proper way for it.
This commit is contained in:
parent
ec788309ad
commit
c89c349267
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user