master
in 12 lines 227 Bytes
Raw
1 @localstatedir_POST@/log/netdata/*.log {
2 daily
3 missingok
4 rotate 14
5 compress
6 delaycompress
7 notifempty
8 sharedscripts
9 postrotate
10 /bin/kill -HUP `cat /run/netdata/netdata.pid 2>/dev/null` 2>/dev/null || true
11 endscript
12 }