Skip to content

Commit 3840879

Browse files
committed
Update docs for relative path fixes in Supervisor#369
1 parent 5c2a5d6 commit 3840879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 supervisords 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

0 commit comments

Comments
 (0)