slackbuilds/system/atop/psacct.logrotate

15 lines
197 B
Plaintext
Raw Normal View History

2010-05-12 02:01:53 +08:00
/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
}