From 81ed2fc55e46cff8cd7b6c7d93732ec2498cdef1 Mon Sep 17 00:00:00 2001 From: Andrei Ismail Date: Mon, 5 Oct 2015 09:33:30 +0300 Subject: [PATCH] #403 Adapting startup script to the new priority of config files and angel process setup --- .../proxysql/compile_and_start_proxysql.sh | 2 +- scenarios/base/proxysql/compile_and_start_proxysql.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scenarios/1backend-complex-config/proxysql/compile_and_start_proxysql.sh b/scenarios/1backend-complex-config/proxysql/compile_and_start_proxysql.sh index d7e649133..3b1683228 100755 --- a/scenarios/1backend-complex-config/proxysql/compile_and_start_proxysql.sh +++ b/scenarios/1backend-complex-config/proxysql/compile_and_start_proxysql.sh @@ -2,4 +2,4 @@ cd /opt/proxysql make clean && make cd src -gdbserver 0.0.0.0:2345 ./proxysql --initial \ No newline at end of file +gdbserver 0.0.0.0:2345 ./proxysql --initial -f -c /etc/proxysql.cnf \ No newline at end of file diff --git a/scenarios/base/proxysql/compile_and_start_proxysql.sh b/scenarios/base/proxysql/compile_and_start_proxysql.sh index d7e649133..3b1683228 100755 --- a/scenarios/base/proxysql/compile_and_start_proxysql.sh +++ b/scenarios/base/proxysql/compile_and_start_proxysql.sh @@ -2,4 +2,4 @@ cd /opt/proxysql make clean && make cd src -gdbserver 0.0.0.0:2345 ./proxysql --initial \ No newline at end of file +gdbserver 0.0.0.0:2345 ./proxysql --initial -f -c /etc/proxysql.cnf \ No newline at end of file