优化MySQL系统服务参数

This commit is contained in:
GoEdgeLab
2023-04-02 18:05:54 +08:00
parent e90a91d1c7
commit daf649867f

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