mirror of https://github.com/sipwise/iaxmodem.git
parent
d93bc7c2af
commit
5be4fc0ab1
@ -0,0 +1,13 @@
|
||||
/var/log/iaxmodem/*.log {
|
||||
rotate 93
|
||||
daily
|
||||
missingok
|
||||
ifempty
|
||||
compress
|
||||
olddir old
|
||||
dateext
|
||||
sharedscripts
|
||||
postrotate
|
||||
/bin/kill -HUP `cat /var/run/iaxmodem.pid` || true
|
||||
endscript
|
||||
}
|
||||
Loading…
Reference in new issue