감독자 [프로그램:x] 섹션 종료 코드

감독자 [프로그램:x] 섹션 종료 코드

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

사용 가능한 각 종료 코드에 대한 참조는 어디서 찾을 수 있나요?

관련 정보