Procházet zdrojové kódy

Add tip for using environment variables

Mike Naberezny před 13 roky
rodič
revize
95ca0bb6ae
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      supervisor/skel/sample.conf

+ 6 - 0
supervisor/skel/sample.conf

@@ -1,4 +1,10 @@
 ; Sample supervisor config file.
+;
+; For more information on the config file, please see:
+; http://supervisord.org/configuration.html
+;
+; Note: shell expansion ("~" or "$HOME") is not supported.  Environment
+; variables can be expanded using this syntax: "%(ENV_HOME)s".
 
 [unix_http_server]
 file=/tmp/supervisor.sock   ; (the path to the socket file)