yate/packing/yate.logrotate

12 lines
209 B
Plaintext

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