mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
60f050d94b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
186 B
Text
9 lines
186 B
Text
/var/log/haproxy {
|
|
notifempty
|
|
weekly
|
|
missingok
|
|
rotate 4
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/syslogd.pid 2>/dev/null` 2>/dev/null || true
|
|
endscript
|
|
}
|