]> arthur.barton.de Git - netdata.git/commitdiff
logrotate does not need to re-create netdata logs - netdata does this; fixes #866
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 4 Sep 2016 12:43:27 +0000 (15:43 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 4 Sep 2016 12:43:27 +0000 (15:43 +0300)
system/netdata.logrotate.in

index a026a8a5176620fc1700f90d05c4ac5b7142e37f..ae1ac50a7556c4c944742383c20367229b7f8f12 100644 (file)
@@ -6,7 +6,6 @@
        delaycompress
        notifempty
        sharedscripts
-       create 0664 netdata netdata
        postrotate
                /bin/kill -HUP `pidof netdata 2>/dev/null` 2>/dev/null || true
        endscript