mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-28 06:40:33 +08:00
优化MySQL系统服务参数
This commit is contained in:
@@ -127,8 +127,8 @@ After=network-online.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=on-failure
|
||||||
RestartSec=1s
|
RestartSec=5s
|
||||||
ExecStart=` + exePath + ` daemon
|
ExecStart=` + exePath + ` daemon
|
||||||
ExecStop=` + exePath + ` stop
|
ExecStop=` + exePath + ` stop
|
||||||
ExecReload=` + exePath + ` reload
|
ExecReload=` + exePath + ` reload
|
||||||
|
|||||||
Reference in New Issue
Block a user