]> git.pld-linux.org Git - packages/graphite-web.git/blobdiff - graphite-web.logrotate
use apache 2.2/2.4 compatible config
[packages/graphite-web.git] / graphite-web.logrotate
index 155767d53b6f3767c55c1c6a0b22949120ede511..b11aef8483c1a42440478e702decab74625b5393 100644 (file)
@@ -1,8 +1,9 @@
 /var/log/graphite-web/*.log {
-        rotate 7
-        missingok
-        notifempty
-        copytruncate
-        daily
-        compress
+       su root http
+       rotate 7
+       missingok
+       notifempty
+       copytruncate
+       daily
+       compress
 }
This page took 0.041414 seconds and 4 git commands to generate.