aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initscripts/initscripts-1.0/logrotate-dmesg.conf
blob: 6f46e4216f27c1046ced1ccf302b3281ffaf77ac (plain)
1
2
3
4
5
6
7
8
9
# see "man logrotate" for details
# rotate dmesg, and keep 5 versions.

/var/log/dmesg {
	create
	rotate 5
	nodateext
}