diff options
author | Max Kellermann <max@duempel.org> | 2008-12-16 21:31:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-16 21:31:52 +0100 |
commit | f5bbb2b81987be9750ccec79b15dda193ef16b11 (patch) | |
tree | 104bbb2fd4293d240723842060b6cebe03aaedda /doc/mpd.conf.5 | |
parent | 5aa1afe69344aa6b6be5ac55c79fce14e1f79d53 (diff) | |
download | mpd-f5bbb2b81987be9750ccec79b15dda193ef16b11.tar.gz mpd-f5bbb2b81987be9750ccec79b15dda193ef16b11.tar.xz mpd-f5bbb2b81987be9750ccec79b15dda193ef16b11.zip |
man: document Unix domain socket configuration in the manual
Additionally, add an example in mpdconf.example.
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 52d7714cd..31b105c8d 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -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 bind_to_address parameters may be specified. The default is "any", which binds 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 .B port <port> This specifies the port that mpd listens on. The default is 6600. |