fix: lock
parent
10874ba9fc
commit
4056ae0231
|
@ -134,8 +134,10 @@ func (sys *System) Start() {
|
||||||
sys.quit <- syscall.SIGTERM
|
sys.quit <- syscall.SIGTERM
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
<-sys.started
|
go func() {
|
||||||
history.Send(history.Info().Nm("SysUP").Msg("system started"))
|
<-sys.started
|
||||||
|
history.Send(history.Info().Nm("SysUP").Msg("system started"))
|
||||||
|
}()
|
||||||
<-sys.quit
|
<-sys.quit
|
||||||
isRestart := false
|
isRestart := false
|
||||||
if sys.status == sys_restart {
|
if sys.status == sys_restart {
|
||||||
|
|
Loading…
Reference in New Issue