icecast/icecast.logrotate

8 lines
154 B
Plaintext
Raw Normal View History

/var/log/icecast/*.log {
weekly
notifempty
missingok
postrotate
/bin/kill -HUP `/bin/cat /var/run/icecast/icecast.pid`
endscript
}