There was an error while loading. Please reload this page.
1 parent 621926e commit 4c56c66Copy full SHA for 4c56c66
scripts/galera_new_cluster.sh
@@ -22,7 +22,7 @@ EOF
22
fi
23
24
echo _WSREP_NEW_CLUSTER='--wsrep-new-cluster' > @mysqlunixdir@/"wsrep-new-cluster" && \
25
- systemctl restart ${1:-mariadb}
+ systemctl restart mariadb.service
26
27
extcode=$?
28
0 commit comments