Start MaxScale as maxscale user in run_ctrl_c.sh

MaxScale should not be started as root.
This commit is contained in:
Markus Mäkelä 2017-11-09 14:02:42 +02:00
parent dd58a8b3c8
commit 5acdfab5e6

View File

@ -10,7 +10,7 @@ fi
T="$(date +%s)"
$maxscale_access_sudo maxscale -d
$maxscale_access_sudo maxscale -d -U maxscale
if [ $? -ne 0 ] ; then
exit 1
fi