summaryrefslogtreecommitdiffstats
path: root/dehydrated/share/logrotate/dehydrated
blob: 385a4aa7f00c9d24066a1c06768da907308a8781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/logrotate.d/dehydrated

/var/log/dehydrated/dehydrated.log {
	compress
	create 0640 root adm
	dateext
	dateformat -%Y%m
	dateyesterday
	missingok
	monthly
	notifempty
	rotate 12
}