소스 검색

Add note that quotes around values are not supported. Closes #566

Mike Naberezny 9 년 전
부모
커밋
1cd2fc5d84
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      supervisor/skel/sample.conf

+ 2 - 0
supervisor/skel/sample.conf

@@ -7,6 +7,8 @@
 ;  - Shell expansion ("~" or "$HOME") is not supported.  Environment
 ;    variables can be expanded using this syntax: "%(ENV_HOME)s".
 ;  - Comments must have a leading space: "a=b ;comment" not "a=b;comment".
+;  - Quotes around values are not supported, except in the case of
+;    the environment= options as shown below.
 
 [unix_http_server]
 file=/tmp/supervisor.sock   ; (the path to the socket file)