commit | 6c2f7955e7300fb2cf0596fa5210cdeb3a2aea5f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Feb 27 08:20:17 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 27 08:28:43 2016 +0100 |
tree | 613a9c326210d2690d12836eceb0c2abf98db60f | |
parent | 2fadbe5b0a69e03f51d655b7324a176335bd7fdb [diff] |
BUG/MINOR: systemd: propagate the correct signal to haproxy Some people report that sometimes there's a collection of old processes after a restart of the systemd wrapper. It's not surprizing when reading the code, the SIGTERM is propagated as a SIGINT which asks for a graceful stop instead. If people ask for termination, we should terminate.