Statistics
| Branch: | Tag: | Revision:

root / doc / examples / ganeti.logrotate.in @ ab6536ba

History | View | Annotate | Download (265 Bytes)

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