From 89892bc5d69caf134cef03e70ecca1a6fa2e1c07 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Fri, 15 Mar 2019 00:17:24 +0100 Subject: [PATCH] Run Supervisord into it's own directory --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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