1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00
icecast-server/ci/osc/icecast/debian/icecast2.logrotate

13 lines
195 B
Plaintext
Raw Normal View History

/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
}