diff options
Diffstat (limited to 'community/icecast/icecast.logrotate')
-rw-r--r-- | community/icecast/icecast.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/icecast/icecast.logrotate b/community/icecast/icecast.logrotate new file mode 100644 index 000000000..0fb014c06 --- /dev/null +++ b/community/icecast/icecast.logrotate @@ -0,0 +1,8 @@ +/var/log/icecast/*log { + missingok + notifempty + sharedscripts + postrotate + endscript +} + |