mariadb galera cluster exists on first sync

C++
## 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
Source

Also in C++: