8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
|
/var/log/icecast/*.log {
|
||
|
weekly
|
||
|
notifempty
|
||
|
missingok
|
||
|
postrotate
|
||
|
/bin/kill -HUP `/bin/cat /var/run/icecast/icecast.pid`
|
||
|
endscript
|
||
|
}
|