diff options
Diffstat (limited to 'network/dnscrypt-wrapper/dnscrypt-wrapper.logrotate')
-rw-r--r-- | network/dnscrypt-wrapper/dnscrypt-wrapper.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/dnscrypt-wrapper/dnscrypt-wrapper.logrotate b/network/dnscrypt-wrapper/dnscrypt-wrapper.logrotate new file mode 100644 index 0000000000..509e1ab02f --- /dev/null +++ b/network/dnscrypt-wrapper/dnscrypt-wrapper.logrotate @@ -0,0 +1,9 @@ +/var/log/dnscrypt-wrapper/*log { + weekly + rotate 7 + copytruncate + delaycompress + compress + notifempty + missingok +} |