aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/unifi/unifi.logrotated
diff options
context:
space:
mode:
Diffstat (limited to 'non-free/unifi/unifi.logrotated')
-rw-r--r--non-free/unifi/unifi.logrotated9
1 files changed, 3 insertions, 6 deletions
diff --git a/non-free/unifi/unifi.logrotated b/non-free/unifi/unifi.logrotated
index 2e33dde9bbb..28cc9ad4379 100644
--- a/non-free/unifi/unifi.logrotated
+++ b/non-free/unifi/unifi.logrotated
@@ -1,11 +1,8 @@
/var/log/unifi/*.log {
- daily
- rotate 10
+ weekly
+ rotate 5
missingok
notifempty
compress
- sharedscripts
- postrotate
- /etc/init.d/unifi --ifstarted --quiet restart
- endscript
+ copytruncate
}