Merge "Add parameter to always merge config into proxyql"

This commit is contained in:
Zuul 2024-09-13 14:54:14 +00:00 committed by Gerrit Code Review
commit 47f2d0e8c2

View File

@ -4,4 +4,5 @@ PROXYSQL_LOG_FILE="/var/log/kolla/proxysql/proxysql.log"
proxysql \
--idle-threads \
--reload \
--no-version-check -f -c /etc/proxysql.cnf >> ${PROXYSQL_LOG_FILE} 2>&1