CentOS enable a service at system boot

By | July 27, 2016

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