2010-01-28 11:41:10 +00:00
|
|
|
# Logrotate file for psacct RPM
|
|
|
|
|
2010-11-09 16:30:13 +00:00
|
|
|
/var/account/pacct {
|
2010-01-28 11:41:10 +00:00
|
|
|
compress
|
|
|
|
delaycompress
|
|
|
|
notifempty
|
|
|
|
daily
|
|
|
|
rotate 31
|
|
|
|
create 0600 root root
|
|
|
|
postrotate
|
|
|
|
if /etc/init.d/psacct status >/dev/null 2>&1; then
|
2010-11-09 16:30:13 +00:00
|
|
|
%{_sbindir}/accton /var/account/pacct
|
2010-01-28 11:41:10 +00:00
|
|
|
fi
|
|
|
|
endscript
|
|
|
|
}
|