From a1aad39c137ab92afc17332a3b91e3f60488ea17 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 13 Oct 2014 23:14:44 +0200 Subject: [PATCH] docs: Replace /etc/mopidy/extensions.d with /usr/share/mopidy/conf.d --- docs/debian.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/debian.rst b/docs/debian.rst index f026d4a9..37d19d04 100644 --- a/docs/debian.rst +++ b/docs/debian.rst @@ -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.