summaryrefslogtreecommitdiff
path: root/net-irc/quassel/files/quassel.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/quassel/files/quassel.logrotate')
-rw-r--r--net-irc/quassel/files/quassel.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-irc/quassel/files/quassel.logrotate b/net-irc/quassel/files/quassel.logrotate
new file mode 100644
index 00000000..8e720835
--- /dev/null
+++ b/net-irc/quassel/files/quassel.logrotate
@@ -0,0 +1,9 @@
+/var/log/quassel.log {
+ compress
+ rotate 4
+ weekly
+ delaycompress
+ copytruncate
+ missingok
+ notifempty
+}