]> git.pld-linux.org Git - packages/graphite-web.git/blob - graphite-web.logrotate
su for logrotate 3.8+
[packages/graphite-web.git] / graphite-web.logrotate
1 /var/log/graphite-web/*.log {
2         su root http
3         rotate 7
4         missingok
5         notifempty
6         copytruncate
7         daily
8         compress
9 }
This page took 0.066264 seconds and 4 git commands to generate.