chiark / gitweb /
core: make sure to always go through both SIGTERM and SIGKILL states of units
authorLennart Poettering <lennart@poettering.net>
Wed, 29 Jan 2014 13:58:04 +0000 (14:58 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 29 Jan 2014 16:46:47 +0000 (17:46 +0100)
commitac84d1fb5a7293df4f75544eedf148ba0bb4ec21
treeeec35601f6ce583520e3a41076023624ed183160
parentc9cf047362cd8e4530c10bc7c2d6db988452305d
core: make sure to always go through both SIGTERM and SIGKILL states of units

Given that we now have KillMode=mixed where SIGTERM might kill a smaller
set than SIGKILL we need to make sure to always go explicitly throught
the SIGKILL state to get the right end result.
src/core/mount.c
src/core/scope.c
src/core/service.c
src/core/socket.c
src/core/swap.c