removed syscall kill

This commit is contained in:
2025-04-07 18:52:18 +01:00
parent 05655e2da1
commit e7e0641f31
5 changed files with 7 additions and 4 deletions

View File

@@ -34,10 +34,6 @@ func getFireSignalsChannel() chan os.Signal {
}
func exit() {
syscall.Kill(syscall.Getpid(), syscall.SIGTERM)
}
func main() {
app := cli.NewApp()
app.Name = "p2p-rendering-computation"