8 lines
140 B
Text
8 lines
140 B
Text
/var/log/icecast/*log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/icecast reload > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|