docker-alpine-php83-aio/config/supervisor/watchdog.ini
Christopher Vagnetoft d34e0b928e
All checks were successful
dockerbuild / Build docker image (push) Successful in 1m18s
Tweaked supervisor definitions
2024-02-07 17:29:02 +01:00

5 lines
179 B
INI

[eventlistener:watchdog]
command=sh -c "echo READY && read line && kill -SIGQUIT $PPID"
events=PROCESS_STATE_FATAL
; used to also have PROCESS_STATE_STOPPED,PROCESS_STATE_EXITED,