1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00

refactor(cmd): pinning cli.v1

这个提交包含在:
bigeagle
2016-11-19 23:57:56 +08:00
父节点 6225e86d12
当前提交 add7b936e3
共有 4 个文件被更改,包括 13 次插入10 次删除

查看文件

@@ -116,6 +116,7 @@ func (c *cgroupHook) killAll() error {
return nil
}
for _, pid := range taskList {
// TODO: deal with defunct processes
logger.Debugf("Killing process: %d", pid)
unix.Kill(pid, syscall.SIGKILL)
}