Skip to content

Commit 23f0e2b

Browse files
authored
Merge pull request #41 from nicgirault/patch-1
[doc] precise the expected format of environment
2 parents 3849a34 + 0e3fc57 commit 23f0e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Set up the latest or a specific version of supervisor in Debian-like systems.
3939
* `supervisor_programs_present.{n}` [required]: Program name
4040
* `supervisor_programs_present.{n}.command` [required]: The command that will be run when this program is started
4141
* `supervisor_programs_present.{n}.directory` [optional]: A directory to which supervisord should temporarily chdir before exec’ing the child
42-
* `supervisor_programs_present.{n}.environment` [optional]: A list of key/value pairs that will be placed in the child process’ environment
42+
* `supervisor_programs_present.{n}.environment` [optional]: A list of key/value pairs comma separated that will be placed in the child process’ environment (e.g. 'KEY1="VALUE1",KEY2="VALUE2"')
4343
* `supervisor_programs_present.{n}.autostart` [optional]: If true, this program will start automatically when supervisord is started
4444
* `supervisor_programs_present.{n}.autorestart` [optional]: Whether the process will be autorestarted
4545
* `supervisor_programs_present.{n}.startretries` [optional]: The number of serial failure attempts that supervisord will allow when attempting to start the program before giving up

0 commit comments

Comments
 (0)