• iconoclasthero's avatar
    Update user.rst · 15f419e1
    iconoclasthero authored
    NB: Check the sysconfdir setting to determine where mpd will look for mpd.conf; if you expect mpd to look for /etc/mpd.conf the sysconfdir must be '/etc' (i.e., not 'etc' which will result in mpd looking for /usr/local/etc/mpd.conf):
     
    .. code-block:: none
     
     meson configure output/release |grep sysconfdir
    
    If this is not /etc (or another path you wish to specify):
    
    .. code-block:: none
    
     $ meson configure output/release -Dsysconfdir='/etc' ; meson configure output/release |grep syscon
      sysconfdir              /etc                                               Sysconf data directory
    15f419e1
Name
Last commit
Last update
..
client.rst Loading commit data...
conf.py Loading commit data...
developer.rst Loading commit data...
doxygen.conf.in Loading commit data...
index.rst Loading commit data...
meson.build Loading commit data...
mpd.1.rst Loading commit data...
mpd.conf.5.rst Loading commit data...
mpdconf.example Loading commit data...
plugins.rst Loading commit data...
protocol.rst Loading commit data...
user.rst Loading commit data...