![Supervisor [program:x] Abschnitt exitcode](https://rvso.com/image/633049/Supervisor%20%5Bprogram%3Ax%5D%20Abschnitt%20exitcode.png)
Ich versuche, den Programmabschnitt Supervisord zu konfigurieren und zu verstehen. Eine im Handbuch angegebene Option istexitcodes
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
Wo finde ich eine Referenz für jeden verfügbaren Exit-Code?