mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
decrease socat diagnostic output
This commit is contained in:
parent
311bc20853
commit
6daa847df8
|
@ -21,7 +21,7 @@ function start_socat {
|
||||||
while [ ! -S /opt/seafile/seafile-server-latest/runtime/seafile.sock ]; do
|
while [ ! -S /opt/seafile/seafile-server-latest/runtime/seafile.sock ]; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
socat -d -d TCP-LISTEN:8001,fork,reuseaddr UNIX:/opt/seafile/seafile-server-latest/runtime/seafile.sock,forever
|
socat -d TCP-LISTEN:8001,fork,reuseaddr UNIX:/opt/seafile/seafile-server-latest/runtime/seafile.sock,forever
|
||||||
}
|
}
|
||||||
|
|
||||||
function stop_socat {
|
function stop_socat {
|
||||||
|
|
Loading…
Reference in a new issue