Run Supervisord into it's own directory
This commit is contained in:
@@ -5,4 +5,4 @@ while [ ! -f ~/.ccnet/seafile.ini ]; do sleep 1; done
|
|||||||
/usr/bin/seaf-cli start
|
/usr/bin/seaf-cli start
|
||||||
while [ ! -S /.seafile/seafile-data/seafile.sock ]; do sleep 1; done
|
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/seaf-cli sync -u $USERNAME -p $PASSWORD -s $SERVER -l $LIBRARY_ID -d /volume
|
||||||
/usr/bin/supervisord -u $UNAME -c /supervisord.conf
|
/usr/bin/supervisord -u $UNAME -c /.supervisord/supervisord.conf -p /.supervisord/supervisord.pid
|
||||||
Reference in New Issue
Block a user