mirror of https://github.com/apache/cloudstack.git
VR: Fix haproxy log rotation in VR system VM (#7587)
This commit is contained in:
parent
20865901d1
commit
2222222c03
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue