提交 8891af48 编写于 作者: L laiguizhong

修改nweb回收问题

Signed-off-by: Nlaiguizhong <laiguizhong@huawei.com>
上级 6c37a0c4
......@@ -268,7 +268,7 @@ static int BindCpuCore(Service *service)
static void ClearEnvironment(Service *service)
{
if (strcmp(service->name, "appspawn") != 0) {
if (strcmp(service->name, "appspawn") != 0 && strcmp(service->name, "nwebspawn") != 0) {
sigset_t mask;
sigemptyset(&mask);
sigaddset(&mask, SIGCHLD);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册