浏览代码

Add note with Ubuntu config file location. Closes #305

Mike Naberezny 11 年之前
父节点
当前提交
358c24c5b4
共有 1 个文件被更改,包括 8 次插入0 次删除
  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
 ---------------------------------------