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