mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:55:06 +00:00
MDEV-19210: drop support for instantiated services from galera_new_cluster
Support in service file was dropped in 91f1694836
(systemd: multi-instance not for Galera, User/Group flexible).
This commit is contained in:

committed by
Andrew Hutchings

parent
621926e90a
commit
4c56c66372
@ -22,7 +22,7 @@ EOF
|
||||
fi
|
||||
|
||||
echo _WSREP_NEW_CLUSTER='--wsrep-new-cluster' > @mysqlunixdir@/"wsrep-new-cluster" && \
|
||||
systemctl restart ${1:-mariadb}
|
||||
systemctl restart mariadb.service
|
||||
|
||||
extcode=$?
|
||||
|
||||
|
Reference in New Issue
Block a user