man: document Unix domain socket configuration in the manual

Additionally, add an example in mpdconf.example.
This commit is contained in:
Max Kellermann 2008-12-16 21:31:52 +01:00
parent 5aa1afe693
commit f5bbb2b819
2 changed files with 7 additions and 0 deletions

View File

@ -72,6 +72,9 @@ This specifies the user that mpd will run as, if set.
This specifies which address mpd binds to and listens on. Multiple This specifies which address mpd binds to and listens on. Multiple
bind_to_address parameters may be specified. The default is "any", which binds bind_to_address parameters may be specified. The default is "any", which binds
to all available addresses. to all available addresses.
To bind to a Unix domain socket, specify an absolute path. For a
system-wide MPD, we suggest the path "\fB/var/run/mpd/socket\fP".
.TP .TP
.B port <port> .B port <port>
This specifies the port that mpd listens on. The default is 6600. This specifies the port that mpd listens on. The default is 6600.

View File

@ -42,6 +42,10 @@ error_file "~/.mpd/mpd.error"
#bind_to_address "any" #bind_to_address "any"
#port "6600" #port "6600"
# #
# Bind to a Unix domain socket:
#
#bind_to_address "/var/run/mpd/socket"
#
# Controls the amount of information that is logged. Can be # Controls the amount of information that is logged. Can be
# "default", "secure", or "verbose". # "default", "secure", or "verbose".
# #