Fix the pid file option

This commit is contained in:
flow.gunso
2019-03-15 07:35:25 +01:00
parent d39d1efa33
commit 78acdc1ca2

View File

@@ -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/supervisord.conf -p /.supervisord/supervisord.pid /usr/bin/supervisord -u $UNAME -c /.supervisord/supervisord.conf -j /.supervisord/supervisord.pid