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
|
2013-01-16 15:39:15 +00:00
|
|
|
if %{_bindir}/systemctl --quiet is-active psacct.service ; then
|
|
|
|
%{_sbindir}/accton /var/account/pacct | %{_bindir}/grep -v "Turning on process accounting, file set to '/var/account/pacct'." | %{_bindir}/cat
|
2010-01-28 11:41:10 +00:00
|
|
|
fi
|
|
|
|
endscript
|
|
|
|
}
|