优化MySQL系统服务参数

This commit is contained in:
刘祥超
2023-04-02 18:05:54 +08:00
parent 5f70d5afd3
commit b1943a4cec

View File

@@ -127,8 +127,8 @@ After=network-online.target
[Service]
Type=simple
Restart=always
RestartSec=1s
Restart=on-failure
RestartSec=5s
ExecStart=` + exePath + ` daemon
ExecStop=` + exePath + ` stop
ExecReload=` + exePath + ` reload