CentOS start a service
sudo systemctl start mariadb
CentOS check service status
sudo systemctl status mariadb
CentOS start service at system boot
sudo systemctl enable mariadb
CentOS start a service
sudo systemctl start mariadb
CentOS check service status
sudo systemctl status mariadb
CentOS start service at system boot
sudo systemctl enable mariadb