Skip to content

Commit

Permalink
Update docs for relative path fixes in Supervisor#369
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeweber committed Sep 30, 2015
1 parent ebd6fe4 commit 4bb39fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,9 @@ where specified.

The command that will be run when this program is started. The
command can be either absolute (e.g. ``/path/to/programname``) or
relative (e.g. ``programname``). If it is relative, the
supervisord's environment ``$PATH`` will be searched for the
executable. Programs can accept arguments, e.g. ``/path/to/program
relative (e.g. ``programname``). If it is relative, the program's
directory and supervisords environment $PATH will be searched for
the executable. Programs can accept arguments, e.g. ``/path/to/program
foo bar``. The command line can use double quotes to group
arguments with spaces in them to pass to the program,
e.g. ``/path/to/program/name -p "foo bar"``. Note that the value of
Expand Down

0 comments on commit 4bb39fa

Please sign in to comment.