summaryrefslogtreecommitdiffstats
path: root/system/redict/redict.logrotate
diff options
context:
space:
mode:
author Yth - Arnaud <yth@ythogtha.org>2024-04-04 11:04:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-04 11:25:44 +0700
commite2cb5e2f9f3d4d839d72264a97002971189d9d7a (patch)
tree1049431a5ad7178ee86a650165ae00df7f04ba7f /system/redict/redict.logrotate
parent7f1754ccef80e74578d833920867d0d53d74b2e7 (diff)
downloadslackbuilds-e2cb5e2f9f3d4d839d72264a97002971189d9d7a.tar.gz
slackbuilds-e2cb5e2f9f3d4d839d72264a97002971189d9d7a.tar.xz
system/redict: Added (Fork of redis).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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
+}