Browse Source

Merge pull request #5 from jeai2600hz/master

Fixed freeswitch logrotate.d file
3.17
x974 12 years ago
parent
commit
6aa36814f2
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      system/logrotate.d/freeswitch.conf

+ 3
- 5
system/logrotate.d/freeswitch.conf View File

@ -2,12 +2,10 @@
daily
rotate 31
nocreate
missingok
maxage 5
compress
compress
delaycompress
sharedscripts
prerotate
/bin/kill -HUP `cat /usr/local/freeswitch/run/freeswitch.pid 2> /dev/null` 2> /dev/null || true
postrotate
/bin/kill -HUP `cat /var/run/freeswitch/freeswitch.pid 2> /dev/null` 2> /dev/null || true
endscript
}

Loading…
Cancel
Save