From 5f35cc550b3998281bd34d9887f11f675c35287a Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Thu, 5 Mar 2020 11:27:02 +0300 Subject: [PATCH] Disable mysql.service --- images/linux/scripts/installers/mysql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/mysql.sh b/images/linux/scripts/installers/mysql.sh index 3eda07335..98d0d665a 100644 --- a/images/linux/scripts/installers/mysql.sh +++ b/images/linux/scripts/installers/mysql.sh @@ -46,5 +46,5 @@ DocumentInstalledItem "MySQL Server (user:root password:root)" DocumentInstalledItem "MS SQL Server Client Tools" # Disable mysql.service -systemctl is-active --quiet service && systemctl stop mysql.service +systemctl is-active --quiet mysql.service && systemctl stop mysql.service systemctl disable mysql.service