aboutsummaryrefslogtreecommitdiffstats
path: root/community/coredns/coredns.logrotated
diff options
context:
space:
mode:
Diffstat (limited to 'community/coredns/coredns.logrotated')
-rw-r--r--community/coredns/coredns.logrotated7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/coredns/coredns.logrotated b/community/coredns/coredns.logrotated
new file mode 100644
index 00000000000..19572fbcad9
--- /dev/null
+++ b/community/coredns/coredns.logrotated
@@ -0,0 +1,7 @@
+/var/log/coredns/*.log {
+ missingok
+ size 5M
+ rotate 3
+ compress
+ copytruncate
+}