Statistics
| Branch: | Tag: | Revision:

root / debian / snf-ganeti.logrotate @ b6772b46

History | View | Annotate | Download (294 Bytes)

1
/var/log/ganeti/*.log {
2
        weekly
3
        missingok
4
        rotate 52
5
        notifempty
6
        compress
7
        delaycompress
8
        create 640
9
        sharedscripts
10
        su root root
11
        postrotate
12
                /usr/lib/ganeti/daemon-util rotate-all-logs
13
        endscript
14
}