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