File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -561,9 +561,9 @@ where specified.
561561
562562 The command that will be run when this program is started. The
563563 command can be either absolute (e.g. ``/path/to/programname ``) or
564- relative (e.g. ``programname ``). If it is relative, the
565- supervisord' s environment `` $PATH `` will be searched for the
566- executable. Programs can accept arguments, e.g. ``/path/to/program
564+ relative (e.g. ``programname ``). If it is relative, the program's
565+ directory and supervisord’ s environment $PATH will be searched for
566+ the executable. Programs can accept arguments, e.g. ``/path/to/program
567567 foo bar ``. The command line can use double quotes to group
568568 arguments with spaces in them to pass to the program,
569569 e.g. ``/path/to/program/name -p "foo bar" ``. Note that the value of
You can’t perform that action at this time.
0 commit comments