Supervisorctl은 나를 들여 보내지 않는 것 같습니다.
$ supervisorctl -c /etc/supervisor/supervisord.conf
Error: .ini file does not include supervisorctl section
For help, use /usr/bin/supervisorctl -h
$ cat /etc/supervisor/supervisord.conf
[supervisord]
nodaemon=true
구성과을 모두 지정했습니다 [supervisord]
. 구성이 잘못된 위치에있을 수 있습니까?
아니오, 통지는 "감독자"섹션을 원한다고 표시하는 것 같습니다. "감독자"가 아닙니까?
—
Rinzwind
supervisor.conf 또는 다른 * .conf 사본이있는 디렉토리에서 / usr / bin / supervisord를 실행하면 감독자가 괴롭히는 것으로 나타났습니다.
—
David