commit | 7643d09dca4d0eed97ba3c29d4f4fd1f037f96ae | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 25 15:50:47 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 25 17:36:20 2016 +0200 |
tree | 6742b9728a1bcf17e04786a086ca0830c3e12cf6 | |
parent | 07c3d78c2c0693ee37db71c34723597638b6ab3f [diff] |
BUG/MINOR: systemd: make the wrapper return a non-null status code on error When execv() fails to execute the haproxy executable, it's important to return an error instead of pretending everything is cool. This fix should be backported to 1.6 and 1.5 in order to improve the overall reliability under systemd.