スーパーバイザー [プログラム:x] セクション終了コード

スーパーバイザー [プログラム:x] セクション終了コード

私はスーパーバイザードプログラムセクションの設定と理解を試みています。マニュアルに記載されているオプションの1つは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

利用可能な各終了コードのリファレンスはどこにありますか?

関連情報