From 8490ec0bfbc8f6a9386e28975923f969922387fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Paszkiewicz?= Date: Sat, 3 Oct 2015 14:27:26 +0200 Subject: [PATCH] - fixes for compability with CentOS 6 --- doc/Installation/Installation-(RHEL-CentOS).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index 09be1dbaa..d3de23deb 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -20,8 +20,8 @@ service mysqld start **MariaDB** ```bash yum install net-snmp mariadb-server mariadb-client -systemctl enable mariadb -systemctl start mariadb +chkconfig mariadb on (systemctl enable mariadb on CentOS 7) +service mariadb start (systemctl start mariadb on CentOS 7) ``` Now continue with the installation: