This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/logrotate.d/speech-dispatcher
2022-05-13 09:37:26 +02:00

22 lines
677 B
Plaintext

/var/log/speech-dispatcher/speech-dispatcher.log /var/log/speech-dispatcher/speech-dispatcher-protocol.log {
daily
compress
missingok
sharedscripts
rotate 7
postrotate
! /usr/sbin/invoke-rc.d --quiet speech-dispatcher status > /dev/null || /usr/sbin/invoke-rc.d speech-dispatcher reload >/dev/null
endscript
}
/var/log/speech-dispatcher/debug-epos-generic /var/log/speech-dispatcher/debug-festival /var/log/speech-dispatcher/debug-flite {
daily
compress
missingok
sharedscripts
rotate 2
postrotate
! /usr/sbin/invoke-rc.d --quiet speech-dispatcher status > /dev/null || /usr/sbin/invoke-rc.d speech-dispatcher reload >/dev/null
endscript
}