From 8190da36f71a887945297cd65d6426c78b466a50 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Feb 2014 19:46:46 +0100 Subject: [PATCH] core: don't send duplicate SIGCONT when killing units --- src/core/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/unit.c b/src/core/unit.c index 07eedcd63..6e1c11212 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -3098,7 +3098,7 @@ int unit_kill_context( if (!pid_set) return -ENOMEM; - cg_kill_recursive(SYSTEMD_CGROUP_CONTROLLER, u->cgroup_path, SIGHUP, true, true, false, pid_set); + cg_kill_recursive(SYSTEMD_CGROUP_CONTROLLER, u->cgroup_path, SIGHUP, false, true, false, pid_set); } } } -- 2.30.2