From 60f050d94b7fed262345fc4f36e11732f67235ec Mon Sep 17 00:00:00 2001 From: Badchay Date: Fri, 3 Jun 2022 21:08:58 +0700 Subject: network/haproxy: Updated for version 2.6.0. Signed-off-by: Willy Sudiarto Raharjo --- network/haproxy/logrotate.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/haproxy/logrotate.example') diff --git a/network/haproxy/logrotate.example b/network/haproxy/logrotate.example index 2fd2924d9a..7bc93f8e33 100644 --- a/network/haproxy/logrotate.example +++ b/network/haproxy/logrotate.example @@ -4,6 +4,6 @@ missingok rotate 4 postrotate - /etc/rc.d/rc.haproxy restart + /bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null || true endscript } -- cgit v1.2.3