mariadb galera cluster exists on first sync
## Edit this file
nano /etc/systemd/system/mysqld.service
## Add the below at the bottom of the file
# For large initial DB syncs enable this setting
TimeoutStartSec=9999999999999999
## After saving run this then restart mariadb
systemctl daemon-reload