projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8314c
)
core: don't send duplicate SIGCONT when killing units
author
Lennart Poettering
<lennart@poettering.net>
Thu, 6 Feb 2014 18:46:46 +0000
(19:46 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 7 Feb 2014 14:14:36 +0000
(15:14 +0100)
src/core/unit.c
patch
|
blob
|
history
diff --git
a/src/core/unit.c
b/src/core/unit.c
index
07eedcd
..
6e1c112
100644
(file)
--- 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,
tru
e, true, false, pid_set);
+ cg_kill_recursive(SYSTEMD_CGROUP_CONTROLLER, u->cgroup_path, SIGHUP,
fals
e, true, false, pid_set);
}
}
}