summaryrefslogtreecommitdiff
path: root/suse/logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'suse/logrotate')
-rw-r--r--suse/logrotate15
1 files changed, 15 insertions, 0 deletions
diff --git a/suse/logrotate b/suse/logrotate
new file mode 100644
index 0000000..16be587
--- /dev/null
+++ b/suse/logrotate
@@ -0,0 +1,15 @@
+/var/log/iceccd /var/log/icecc_scheduler {
+ compress
+ dateext
+ maxage 30
+ rotate 99
+ missingok
+ notifempty
+ size +4096k
+ create 644 icecream icecream
+ sharedscripts
+ postrotate
+ /etc/init.d/icecream reload
+ endscript
+}
+