yate/packing/yate.logrotate
paulc b42a894ddc Directory reorder #3
git-svn-id: http://yate.null.ro/svn/yate/trunk@1476 acf43c95-373e-0410-b603-e72c3f656dc1
2007-11-15 23:06:36 +00:00

12 lines
209 B
Text

# 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
}