Disable mysql.service

This commit is contained in:
Aleksandr Chebotov
2020-03-05 10:57:16 +03:00
committed by GitHub
parent caa49f8275
commit d655e7d819

View File

@@ -44,3 +44,7 @@ echo "Lastly, documenting what we added to the metadata file"
DocumentInstalledItem "MySQL ($(mysql --version))"
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 disable mysql.service