![감독자 [프로그램:x] 섹션 종료 코드](https://rvso.com/image/633049/%EA%B0%90%EB%8F%85%EC%9E%90%20%5B%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%3Ax%5D%20%EC%84%B9%EC%85%98%20%EC%A2%85%EB%A3%8C%20%EC%BD%94%EB%93%9C.png)
Supervisord 프로그램 부분을 구성하고 이해하려고 합니다. 설명서에 명시된 옵션 중 하나는exitcodes
exitcodes
The list of “expected” exit codes for this program.
If the autorestart parameter is set to unexpected,
and the process exits in any other way than as a
result of a supervisor stop request, supervisord
will restart the process if it exits with an exit
code that is not defined in this list.
Default: 0,2
Required: No.
Introduced: 3.0
사용 가능한 각 종료 코드에 대한 참조는 어디서 찾을 수 있나요?