MaxScale/server/test/startmaxscale.sh

6 lines
70 B
Bash
Executable File

#!/bin/sh
killall -KILL maxscale
sleep 1
setsid $1/maxscale $2
exit 0