slackbuilds_ponce/system/freeswitch/logrotate.freeswitch

10 lines
197 B
Text
Raw Normal View History

/var/log/freeswitch/freeswitch.log {
missingok
rotate 5
weekly
notifempty
postrotate
/opt/freeswitch/bin/fs_cli -x 'fsctl send_sighup' > /dev/null 2> /dev/null
endscript
}