commit | fff1e583aa86551f88b95bbe7ca9960304d1632d | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Fri Aug 20 23:36:45 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Aug 20 23:36:45 2021 +0200 |
tree | 5019dd847366fc4ae5179424faa781c1d183a146 | |
parent | 6f58c13797dc02a5b0c5be943f6d5396e486bd71 [diff] |
MINOR: systemd: remove the ExecStartPre line in the unit file The ExecStartPre line was introduced a long time ago in the systemd unit file, at the time of systemd wrapper. With the haproxy master worker mode, this line is now useless, since starting haproxy itself will check the configuration. However this does not concern the check in the ExecReload which is still needed to return a reload status to HAProxy. It probably shouldn't be backported.