]> git.pld-linux.org Git - packages/cacti.git/blob - cacti.logrotate
- updated Plugin Archidecture to 2.9
[packages/cacti.git] / cacti.logrotate
1 # logrotate cacti.log
2 /var/log/cacti/cacti.log {
3         olddir /var/log/archive/cacti
4         rotate 7
5         daily
6         compress
7         create 644 http http
8         dateext
9 }
This page took 0.039365 seconds and 3 git commands to generate.