icecast/SOURCES/icecast.logrotate

9 lines
186 B
Plaintext
Raw Permalink Normal View History

2024-10-01 20:15:44 +00:00
/var/log/icecast/*log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/icecast/icecast.pid 2>/dev/null` 2> /dev/null || true
endscript
}