Closed
Description
Description
When users overwrite the entrypoint, they must start kc.sh
with exec
to ensure that Keycloak runs as PID 1 and receives the graceful shutdown message.
Discussion
Motivation
Graceful shutdown ensurse fewer error messages in the log, and that no data is lost.
Details
No response