diff --git a/entrypoint.sh b/entrypoint.sh index a91e517..0b35b23 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,4 +5,4 @@ while [ ! -f ~/.ccnet/seafile.ini ]; do sleep 1; done /usr/bin/seaf-cli start while [ ! -S /.seafile/seafile-data/seafile.sock ]; do sleep 1; done /usr/bin/seaf-cli sync -u $USERNAME -p $PASSWORD -s $SERVER -l $LIBRARY_ID -d /volume -/usr/bin/supervisord -u $UNAME -c /supervisord.conf \ No newline at end of file +/usr/bin/supervisord -u $UNAME -c /.supervisord/supervisord.conf -p /.supervisord/supervisord.pid \ No newline at end of file