summaryrefslogtreecommitdiff
path: root/debian/consolekit.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'debian/consolekit.logrotate')
-rw-r--r--debian/consolekit.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/consolekit.logrotate b/debian/consolekit.logrotate
new file mode 100644
index 0000000..6e63e41
--- /dev/null
+++ b/debian/consolekit.logrotate
@@ -0,0 +1,8 @@
+/var/log/ConsoleKit/history {
+ monthly
+ rotate 6
+ delaycompress
+ compress
+ notifempty
+ missingok
+}