From: Vincent Bernat Date: Sat, 9 Dec 2017 07:32:13 +0000 (+0100) Subject: MINOR: systemd: remove comment about HAPROXY_STATS_SOCKET X-Git-Tag: v1.9-dev1~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=190bbb8f53e210d1cc997bc70ac1fd131c6abbe5;p=thirdparty%2Fhaproxy.git MINOR: systemd: remove comment about HAPROXY_STATS_SOCKET This variable was used by the wrapper which was removed in a6cfa9098e5a. The correct way to do seamless reload is now to enable "expose-fd listeners" on the stat socket. --- diff --git a/contrib/systemd/haproxy.service.in b/contrib/systemd/haproxy.service.in index edbd4c292d..804be3583c 100644 --- a/contrib/systemd/haproxy.service.in +++ b/contrib/systemd/haproxy.service.in @@ -3,8 +3,6 @@ Description=HAProxy Load Balancer After=network.target [Service] -# You can point the environment variable HAPROXY_STATS_SOCKET to a stats -# socket if you want seamless reloads. Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid" ExecStartPre=@SBINDIR@/haproxy -f $CONFIG -c -q ExecStart=@SBINDIR@/haproxy -Ws -f $CONFIG -p $PIDFILE