You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/icecast/files/icecast.logrotate

9 lines
140 B

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