aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/xen-consoles.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'main/xen/xen-consoles.logrotate')
-rw-r--r--main/xen/xen-consoles.logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/xen/xen-consoles.logrotate b/main/xen/xen-consoles.logrotate
new file mode 100644
index 0000000000..c6445239b4
--- /dev/null
+++ b/main/xen/xen-consoles.logrotate
@@ -0,0 +1,5 @@
+/var/log/xen-consoles/*.log {
+ rotate 7
+ missingok
+ compress
+}