Merge pull request #1423 from trygveaa/docs/config-service-note

docs: Add a note about running as a service under config
This commit is contained in:
Stein Magnus Jodal 2016-02-03 13:35:57 +01:00
commit 92b4b4ec4f

View File

@ -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 will create an empty config file for you and print what config values must be
set to successfully start Mopidy. 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 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 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 config value, you **should not** add it to the config file, but leave it out so