summaryrefslogtreecommitdiff
path: root/files/logrotate.d/supybot
diff options
context:
space:
mode:
Diffstat (limited to 'files/logrotate.d/supybot')
-rw-r--r--files/logrotate.d/supybot10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/logrotate.d/supybot b/files/logrotate.d/supybot
new file mode 100644
index 0000000..4c205f4
--- /dev/null
+++ b/files/logrotate.d/supybot
@@ -0,0 +1,10 @@
+/var/lib/supybot/logs/messages.log {
+ missingok
+ notifempty
+ weekly
+ rotate 3
+ compress
+ compresscmd /bin/bzip2
+ compressext .bz2
+ sharedscripts
+}