summaryrefslogtreecommitdiff
path: root/cgi/logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/logrotate')
-rw-r--r--cgi/logrotate11
1 files changed, 0 insertions, 11 deletions
diff --git a/cgi/logrotate b/cgi/logrotate
deleted file mode 100644
index 75d89a9eb..000000000
--- a/cgi/logrotate
+++ /dev/null
@@ -1,11 +0,0 @@
-# /etc/logrotate.d/live-build
-
-/var/log/live
-{
- compress
- copytruncate
- missingok
- monthly
- notifempty
- rotate 24
-}