1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-02 06:01:10 +00:00
icecast-server/ci/osc/icecast/debian/icecast2.logrotate

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
}