summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/tdebase/debian/tdm-trinity.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/_base/tdebase/debian/tdm-trinity.logrotate')
-rw-r--r--ubuntu/_base/tdebase/debian/tdm-trinity.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/ubuntu/_base/tdebase/debian/tdm-trinity.logrotate b/ubuntu/_base/tdebase/debian/tdm-trinity.logrotate
new file mode 100644
index 000000000..7a7dab37b
--- /dev/null
+++ b/ubuntu/_base/tdebase/debian/tdm-trinity.logrotate
@@ -0,0 +1,9 @@
+/var/log/tdm.log {
+ rotate 7
+ daily
+ compress
+ delaycompress
+ copytruncate
+ missingok
+ notifempty
+}