slackbuilds_ponce/system/freeswitch/logrotate.freeswitch
mario 1cea6afdc1 system/freeswitch: Added (Open source telephony platform)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-06-04 00:11:33 -05:00

9 lines
197 B
Text

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