commit | deed780a22d61e3c34f426f492f5735ac45109c1 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Nov 06 11:00:04 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 06 11:08:38 2017 +0100 |
tree | fdd2196388782dd48ca4850786b8b8c33885d21a | |
parent | 8029300df64948cf2dbf87e4d71fb6c8d138d49d [diff] |
MINOR: mworker: write parent pid in the pidfile The first pid in the pidfile is now the parent, it's more convenient for supervising the processus. You can now reload haproxy in master-worker mode with convenient command like: kill -USR2 $(head -1 /tmp/haproxy.pid)