Open
Description
EDIT: Re-parsing the docs I see this probably counts as "expected behavior" however it doesn't seem very obvious or clear, so perhaps this is more of a feature request.
I think this is because process.get_execv_args
only checks my path for the executable and not the directory set by directory
.
example
mal:~# ls -l /opt/hello/bin/hello
-rwxrwxr-x 1 mal mal 1088 Jan 29 14:27 /opt/hello/bin/hello
mal:~# sudo supervisorctl status
example BACKOFF can't find command 'bin/hello'
[program:example]
command = bin/hello
directory = /opt/hello
Metadata
Metadata
Assignees
Labels
No labels