Blame SOURCES/mariadb-servicename.patch

4b4994
diff -up mariadb-10.1.11/scripts/galera_new_cluster.sh.servicename mariadb-10.1.11/scripts/galera_new_cluster.sh
4b4994
--- mariadb-10.1.11/scripts/galera_new_cluster.sh.servicename	2016-02-11 13:57:39.739360761 +0100
4b4994
+++ mariadb-10.1.11/scripts/galera_new_cluster.sh	2016-02-11 13:57:56.017395496 +0100
4b4994
@@ -9,6 +9,6 @@ VERSION="@VERSION@@MYSQL_SERVER_SUFFIX@"
4b4994
 COMPILATION_COMMENT="@COMPILATION_COMMENT@"
4b4994
 
4b4994
 systemctl set-environment _WSREP_NEW_CLUSTER='--wsrep-new-cluster' && \
4b4994
-    systemctl start ${1:-mariadb}
4b4994
+    systemctl start ${1:-@DAEMON_NAME@}
4b4994
 
4b4994
 systemctl set-environment _WSREP_NEW_CLUSTER=''