MINOR: systemd: remove the ExecStartPre line in the unit file
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 20 Aug 2021 21:36:45 +0000 (23:36 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 20 Aug 2021 21:36:45 +0000 (23:36 +0200)
commitfff1e583aa86551f88b95bbe7ca9960304d1632d
tree5019dd847366fc4ae5179424faa781c1d183a146
parent6f58c13797dc02a5b0c5be943f6d5396e486bd71
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.
admin/systemd/haproxy.service.in