VR: Fix haproxy log rotation in VR system VM (#7587)

This commit is contained in:
Vladimir Dombrovski 2023-06-20 09:38:39 +02:00 committed by GitHub
parent 20865901d1
commit 2222222c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}