summaryrefslogtreecommitdiff
path: root/support-files/wsrep-new-cluster.conf
diff options
context:
space:
mode:
Diffstat (limited to 'support-files/wsrep-new-cluster.conf')
-rw-r--r--support-files/wsrep-new-cluster.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/support-files/wsrep-new-cluster.conf b/support-files/wsrep-new-cluster.conf
new file mode 100644
index 00000000000..a71b26ae788
--- /dev/null
+++ b/support-files/wsrep-new-cluster.conf
@@ -0,0 +1,16 @@
+#
+# Install as /etc/systemd/system/mariadb@bootstrap.service.d/wsrep-new-cluster.conf
+#
+# This uses the multi instance version as a base.
+#
+
+[Unit]
+
+ConditionPathExists=
+
+[Service]
+
+# Override the multi instance service for a bootstrap start instance
+ExecStart=
+ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS --wsrep-new-cluster
+