docs: Replace /etc/mopidy/extensions.d with /usr/share/mopidy/conf.d

(cherry picked from commit a1aad39c13)
This commit is contained in:
Stein Magnus Jodal 2014-10-13 23:14:44 +02:00
parent c9b0101e76
commit a13f90d9d9

View File

@ -55,11 +55,18 @@ from a regular Mopidy setup you'll want to know about.
You can do all your changes in this file.
- Mopidy extensions installed from Debian packages will sometimes install
additional configuration files in :file:`/etc/mopidy/extensions.d/`. These
additional configuration files in :file:`/usr/share/mopidy/conf.d/`. These
files just provide different defaults for the extension when run as a system
service. You can override anything from :file:`/etc/mopidy/extensions.d/` in
service. You can override anything from :file:`/usr/share/mopidy/conf.d/` in
the :file:`/etc/mopidy/mopidy.conf` configuration file.
Previously, the extension's default config was installed in
:file:`/etc/mopidy/extensions.d/`. This was removed with the Debian
package mopidy 0.19.4-3. If you have modified any files in
:file:`/etc/mopidy/extensions.d/`, you should redo your modifications in
:file:`/etc/mopidy/mopidy.conf` and delete the
:etc:`/etc/mopidy/extensions.d/` directory.
- The init script runs Mopidy as the ``mopidy`` user. The ``mopidy`` user will
need read access to any local music you want Mopidy to play.