chiark / gitweb /
core: introduce new KillMode=mixed which sends SIGTERM only to the main process,...
authorLennart Poettering <lennart@poettering.net>
Wed, 29 Jan 2014 12:38:55 +0000 (13:38 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 29 Jan 2014 12:42:06 +0000 (13:42 +0100)
commit58ea275a68cd242ad60161bcb7582614d1d89f13
tree13573e930a8e30caf8e47e0658cc0522575bf713
parent373f14222e6ff11ad0b129b033e01f75f7c504f3
core: introduce new KillMode=mixed which sends SIGTERM only to the main process, but SIGKILL to all daemon processes

This should fix some race with terminating systemd --user, where the
system systemd instance might race against the user systemd instance
when sending SIGTERM.
man/systemd.kill.xml
src/core/kill.c
src/core/kill.h
src/core/unit.c
units/user@.service.in