| commit | 2222222c03ea20c1db946e910e7ab873e429be54 | [log] [tgz] |
|---|---|---|
| author | Vladimir Dombrovski <vladimir.dombrovski@bso.co> | Tue Jun 20 09:38:39 2023 +0200 |
| committer | GitHub <noreply@github.com> | Tue Jun 20 09:38:39 2023 +0200 |
| tree | eaceacfba46da711fb86f4608204b5d35095fbe0 | |
| parent | 20865901d1f45b67eaa04353c204afd1089d2adc [diff] |
VR: Fix haproxy log rotation in VR system VM (#7587)
diff --git a/systemvm/debian/etc/logrotate.d/haproxy b/systemvm/debian/etc/logrotate.d/haproxy index 4642097..a6b72b6 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 }