This commit is contained in:
lzh
2025-07-07 09:15:36 +08:00
parent c154abe568
commit a1ab697848
3 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ func (p *ProcessStd) Start() (err error) {
return err
}
log.Logger.Infow("进程启动成功", "重启次数", p.State.restartTimes)
p.p = cmd.Process
p.op = cmd.Process
p.pInit()
p.push("进程启动成功")
return nil