Update tabby.sh
parent
95cdca9b43
commit
c06710f021
|
|
@ -42,7 +42,9 @@ EOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Create logs dir if not exists.
|
||||||
mkdir -p ${LOGS_DIR}
|
mkdir -p ${LOGS_DIR}
|
||||||
|
|
||||||
supervisord -n -c <(cat <<EOF
|
supervisord -n -c <(cat <<EOF
|
||||||
[supervisord]
|
[supervisord]
|
||||||
logfile = ${LOGS_DIR}/supervisord.log
|
logfile = ${LOGS_DIR}/supervisord.log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue