git-server-docker icon indicating copy to clipboard operation
git-server-docker copied to clipboard

Kill sshd on SIGTERM instead of waiting for docker stop timeout.

Open mclehman opened this issue 6 years ago • 1 comments

Since sh ignores SIGTERM, docker stop must wait for the timeout (default ten seconds). By passing SIGTERM through to sshd, this wait is avoided.

mclehman avatar Oct 02 '18 13:10 mclehman

Why not use tini? https://github.com/krallin/tini

belsander avatar Nov 26 '18 16:11 belsander