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