Commit 480323f7 authored by Hartmut Holzgraefe's avatar Hartmut Holzgraefe Committed by Jan Lindström

MDEV-19161: Let galera_new_cluster use "restart" instead of "start"

Reviewed-by: default avatarJan Lindström <jan.lindstrom@mariadb.com>
parent 66d93a80
......@@ -22,7 +22,7 @@ EOF
fi
systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \
systemctl start ${1:-mariadb}
systemctl restart ${1:-mariadb}
extcode=$?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment