summaryrefslogtreecommitdiffstats
path: root/system/atop/psacct.logrotate
blob: 15ae2c1ed0bacfbc273f3e42abe8907cd7516a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/var/log/pacct {
	create 640 root utmp
	daily
	# Keep 4 weeks of backlog
	rotate 28
	compress
	missingok
	prerotate
		/sbin/accton
	endscript
	postrotate
		/sbin/accton /var/log/pacct
	endscript
}