]> arthur.barton.de Git - netdata.git/blob - system/netdata.logrotate.in
Merge remote-tracking branch 'upstream/master' into health
[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         create 0664 netdata netdata
10         postrotate
11                 /sbin/killall -HUP netdata
12         endscript
13 }