summaryrefslogtreecommitdiffstats
path: root/debian/lcr.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lcr.logrotate')
-rw-r--r--debian/lcr.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/lcr.logrotate b/debian/lcr.logrotate
new file mode 100644
index 0000000..22b67e0
--- /dev/null
+++ b/debian/lcr.logrotate
@@ -0,0 +1,9 @@
+/var/log/lcr/log {
+ weekly
+ missingok
+ rotate 8
+ compress
+ delaycompress
+ notifempty
+# No signalling necessary, lcr does not keep logiles open
+}