We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ecc2a commit a574407Copy full SHA for a574407
scripts/galera_new_cluster.sh
@@ -8,7 +8,7 @@
8
VERSION="@VERSION@@MYSQL_SERVER_SUFFIX@"
9
COMPILATION_COMMENT="@COMPILATION_COMMENT@"
10
11
-/usr/bin/systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \
12
- /usr/bin/systemctl start {1:-mariadb@service}
+systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \
+ systemctl start ${1:-mariadb}
13
14
-/usr/bin/systemctl set-environment _WSREP_NEW_CLUSTER=''
+systemctl set-environment _WSREP_NEW_CLUSTER=''
0 commit comments