From 0ca898fccde5f68324cf0392e70a21e8ddac3176 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Wed, 3 Feb 2016 00:56:27 +0100 Subject: [PATCH] docs: Add a note about running as a service under config If only reading the config page, you might not have realized that the config is located in another place when running Mopidy as a service. --- docs/config.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index 382c860e..71c08edb 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -25,6 +25,10 @@ create the configuration file yourself, or run the ``mopidy`` command, and it will create an empty config file for you and print what config values must be set to successfully start Mopidy. +If running Mopidy as a service, the location of the config file and other +details documented here differs a bit. See :ref:`service` for details about +this. + When you have created the configuration file, open it in a text editor, and add the config values you want to change. If you want to keep the default for a config value, you **should not** add it to the config file, but leave it out so