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

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