mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +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"
|
DocumentInstalledItem "MS SQL Server Client Tools"
|
||||||
|
|
||||||
# Disable mysql.service
|
# 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
|
systemctl disable mysql.service
|
||||||
|
|||||||
Reference in New Issue
Block a user