chiark / gitweb /
systemctl: if we managed to reexec the init system via the bus don't retry via signal
authorLennart Poettering <lennart@poettering.net>
Wed, 31 Aug 2011 01:31:27 +0000 (03:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 31 Aug 2011 01:31:32 +0000 (03:31 +0200)
commitd76702a7b22c85c40c740a63d727a0f114e177ad
treef5ded15b47840ff4f02788068a5613a03992bdc5
parent3745b5003108f89e708cb04be8ee6db096754b8e
systemctl: if we managed to reexec the init system via the bus don't retry via signal

If we managed to reeexec the init system via the bus this allows us to
provide synchronous behaviour to callers. This is all lost if we then
repeat the reexecution via SIGTERM.

https://bugzilla.redhat.com/show_bug.cgi?id=698198
src/systemctl.c