allow ~/.mpd/mpd.conf as alternate config file
mpd uses some additional files to work, such as pid_file, state_file, db_file, etc. when running mpd as non-root user, it is often that those files end in ~/.mpd in that case, we end up with 2 entries in a user's home, .mpdconf and .mpd - which clutters homedirs. this patch allows ~/.mpd/mpd.conf as an alternative to ~/.mpdconf, allowing for a cleaner homedir
This commit is contained in:

committed by
Max Kellermann

parent
642b861526
commit
ae5517b0b3
5
INSTALL
5
INSTALL
@@ -162,8 +162,9 @@ Run
|
||||
|
||||
$ mpd <config file>
|
||||
|
||||
First default is ~/.mpdconf then /etc/mpd.conf. If neither of these exist
|
||||
a mpd configuration file must be specified at runtime. A
|
||||
First default is ~/.mpdconf then ~/.mpd/mpd.conf then /etc/mpd.conf. If
|
||||
neither of these exist a mpd configuration file must be specified at
|
||||
runtime.
|
||||
|
||||
A sample config file is included with the source of MPD, mpdconf.example.
|
||||
|
||||
|
Reference in New Issue
Block a user