Parcourir la source

Add note with Ubuntu config file location. Closes #305

Mike Naberezny il y a 11 ans
Parent
commit
358c24c5b4
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      docs/configuration.rst

+ 8 - 0
docs/configuration.rst

@@ -21,6 +21,14 @@ file.  It has sections (each denoted by a ``[header]``)and key / value
 pairs within the sections.  The sections and their allowable values
 are described below.
 
+.. note::
+
+  Some distributions have packaged Supervisor with their own
+  customizations.  These modified versions of Supervisor may load the
+  configuration file from locations other than those described here.
+  Notably, Ubuntu packages have been found that use
+  ``/etc/supervisor/supervisord.conf``.
+
 ``[unix_http_server]`` Section Settings
 ---------------------------------------