Replace Bash background process with nohup

This commit is contained in:
flow.gunso
2019-04-24 14:23:57 +02:00
parent 00cae794a0
commit 953b784e92

View File

@@ -35,4 +35,4 @@ while [ ! -S $seafile_sock ]; do sleep 1; done
/usr/bin/seaf-cli sync -u $SEAF_USERNAME -p $SEAF_PASSWORD -s $SEAF_SERVER_URL -l $SEAF_LIBRARY_UUID -d /volume
# Start the Seafile healthcheck as a disowned process.
(/bin/bash ~/infinite-seaf-cli-start.sh &)
nohup /bin/bash ~/infinite-seaf-cli-start.sh &