analysis/proc.go @@ -15,7 +15,7 @@ imageChan := make(chan service.ImageInfo) d := service.NewReciever(ipcURL, imageChan) go d.Run(false) go d.RunAsClient() if proc == "" { d.Stop()