mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-07-09 17:18:49 +00:00
fix bug 78605 - Prevent SIGTERM shutdown hang on log tailing
This commit is contained in:
parent
c1c4f9793a
commit
d3d6bcf8b4
1 changed files with 1 additions and 1 deletions
|
|
@ -827,4 +827,4 @@ start_process documentserver-static-gzip.sh ${ONLYOFFICE_DATA_CONTAINER}
|
|||
|
||||
echo "${JWT_MESSAGE}"
|
||||
|
||||
start_process find "$DS_LOG_DIR" "$DS_LOG_DIR-example" -type f -name "*.log" | xargs tail -F
|
||||
start_process bash -c "find '$DS_LOG_DIR' '$DS_LOG_DIR-example' -type f -name '*.log' | xargs tail -F"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue