You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Set up the latest or a specific version of supervisor in Debian-like systems.
39
39
*`supervisor_programs_present.{n}`[required]: Program name
40
40
*`supervisor_programs_present.{n}.command`[required]: The command that will be run when this program is started
41
41
*`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"')
43
43
*`supervisor_programs_present.{n}.autostart`[optional]: If true, this program will start automatically when supervisord is started
44
44
*`supervisor_programs_present.{n}.autorestart`[optional]: Whether the process will be autorestarted
45
45
*`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