I have a MariaDB Galera cluster with two nodes. I have got it up and running fine, however the first node in the cluster needs to be started with: sudo service mysql start --wsrep-new-cluster
I am using Debian 7 and MariaDB will auto start, however this now fails because it's the first node in the cluster (and unless I tell it, it will look for the other nodes).
How can I make it auto start with the --wsrep-new-cluster
option?