mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
/var/log/haproxy {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
|
|
endscript
|
|
}
|