]> arthur.barton.de Git - netdata.git/blob - system/netdata.logrotate.in
Merge pull request #2022 from l2isbad/dns_query_time_fixes
[netdata.git] / system / netdata.logrotate.in
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 `pidof netdata 2>/dev/null` 2>/dev/null || true
11         endscript
12 }