Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch add `exec` to replace the shell running the `entrypoint.sh` script by Prosody executable. This allows Prosody to catch and handle correctly signals, notably SIGTERM and SIGINT. Without it, Docker can't stop correctly the container, resulting in a 10 s delay before it kills it.
- Loading branch information