mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
|
/var/log/icecast2/*.log {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 7
|
||
|
postrotate
|
||
|
if pgrep icecast2 >/dev/null; then
|
||
|
invoke-rc.d --quiet icecast2 reload > /dev/null
|
||
|
fi
|
||
|
endscript
|
||
|
compress
|
||
|
notifempty
|
||
|
}
|