docker: add stopwaitsecs

We need stopwaitsecs just like we do TimeoutStpSec=900 on
scylla-server.service, to avoid timeout on scylla-server shutdown.

Fixes #9485

Closes #9545

(cherry picked from commit c9499230c3)
This commit is contained in:
Takuya ASADA
2021-10-29 14:40:13 +09:00
committed by Avi Kivity
parent 03b04d40f2
commit 8ea1cbe78d

View File

@@ -4,3 +4,4 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
stopwaitsecs=900