psacct/SOURCES/psacct-logrotate.in
2022-05-17 10:28:12 +00:00

16 lines
316 B
Plaintext

# Logrotate file for psacct RPM
/var/account/pacct {
compress
delaycompress
notifempty
daily
rotate 31
create 0600 root root
postrotate
if %{_bindir}/systemctl --quiet is-active psacct.service ; then
%{_bindir}/systemctl reload psacct.service
fi
endscript
}