mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
Disable mysql.service
This commit is contained in:
committed by
GitHub
parent
caa49f8275
commit
d655e7d819
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user