INNER CODE UNIT · Go
main
yunionio/cloudpods · cmd/baremetal-agent/main.go:25
func main() {
defer atexit.Handle()
go procutils.WaitZombieLoop(context.TODO())
service.New().StartService()
}
INNER CODE UNIT · Go
yunionio/cloudpods · cmd/baremetal-agent/main.go:25
func main() {
defer atexit.Handle()
go procutils.WaitZombieLoop(context.TODO())
service.New().StartService()
}