From e604d27cca68cf1d57237af12e9aee524d551925 Mon Sep 17 00:00:00 2001 From: Vladimir DOMBROVSKI Date: Mon, 5 Jun 2023 10:07:38 +0200 Subject: [PATCH] Fix haproxy log rotation in VR system VM --- systemvm/debian/etc/logrotate.d/haproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemvm/debian/etc/logrotate.d/haproxy b/systemvm/debian/etc/logrotate.d/haproxy index 464209791a36..a6b72b6f77aa 100644 --- a/systemvm/debian/etc/logrotate.d/haproxy +++ b/systemvm/debian/etc/logrotate.d/haproxy @@ -4,6 +4,6 @@ notifempty maxsize 10M postrotate - /bin/kill -HUP `cat /var/run/rsyslog.pid 2> /dev/null` 2> /dev/null || true + /usr/lib/rsyslog/rsyslog-rotate endscript }