yate/packing/yate.logrotate

12 lines
210 B
Plaintext
Raw Normal View History

# Have to rotate the log file before it reaches 2GB in size
/var/log/yate {
size=1000M
rotate 5
missingok
notifempty
postrotate
/bin/kill -HUP `/bin/cat /var/run/yate.pid`
endscript
}