mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01: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:
parent
621926e90a
commit
4c56c66372
1 changed files with 1 additions and 1 deletions
|
@ -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=$?
|
||||
|
||||
|
|
Loading…
Reference in a new issue