Merge branch 'socat-unlink'

This commit is contained in:
Gerrit Gogel 2021-02-19 10:31:14 +01:00
commit 4bd4b8f24c

View file

@ -17,7 +17,7 @@ function start_socat {
sleep 1 sleep 1
done done
echo "Starting socat..." echo "Starting socat..."
socat -d -d UNIX-LISTEN:/opt/seafile/seafile-server-latest/runtime/seafile.sock,fork TCP:seafile-server:8001,forever,keepalive,keepidle=10,keepintvl=10,keepcnt=2 socat -d -d UNIX-LISTEN:/opt/seafile/seafile-server-latest/runtime/seafile.sock,fork,unlink-early TCP:seafile-server:8001,forever,keepalive,keepidle=10,keepintvl=10,keepcnt=2
done done
} }