psacct/psacct-logrotate.in
2010-01-28 11:41:10 +00:00

16 lines
314 B
Plaintext

# Logrotate file for psacct RPM
%{accounting_logdir}/pacct {
compress
delaycompress
notifempty
daily
rotate 31
create 0600 root root
postrotate
if /etc/init.d/psacct status >/dev/null 2>&1; then
%{_sbindir}/accton %{accounting_logdir}/pacct
fi
endscript
}