mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 19:14:40 +01:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
/var/log/haproxy.log {
|
|
daily
|
|
rotate 5
|
|
missingok
|
|
notifempty
|
|
size 10M
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/rsyslog.pid 2> /dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|