From ab2c6dc1a7e9c39c16234ac7190f7881990acec2 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Wed, 24 Apr 2019 17:19:49 +0200 Subject: [PATCH] Add the infinite seafile restart process --- assets/docker-bash-entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/docker-bash-entrypoint.sh b/assets/docker-bash-entrypoint.sh index c446e0f..3883532 100644 --- a/assets/docker-bash-entrypoint.sh +++ b/assets/docker-bash-entrypoint.sh @@ -51,4 +51,6 @@ su - $UNAME << EO export SEAF_LIBRARY_UUID=$SEAF_LIBRARY_UUID export UNAME=$UNAME /bin/bash /home/seafuser/entrypoint.sh -EO \ No newline at end of file +EO + +nohup /bin/bash ~/infinite-seaf-cli-start.sh &