post-rotate script aligned with systemd usage Resolves: rhbz#2015020

This commit is contained in:
Jan Rybar 2021-11-01 15:16:50 +01:00 committed by Stepan Oksanichenko
parent 752657f8ab
commit c529def3a3
4 changed files with 8 additions and 2 deletions

1
.psacct.metadata Normal file
View File

@ -0,0 +1 @@
bf4bb9c138d325add34a8cd836e44a49bc64dfe9 acct-6.6.4.tar.gz

View File

@ -9,7 +9,7 @@
create 0600 root root
postrotate
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
%{_bindir}/systemctl reload psacct.service
fi
endscript
}

View File

@ -7,6 +7,7 @@ ConditionPathExists=/var/account
Type=oneshot
ExecStartPre=/usr/libexec/psacct/accton-create
ExecStart=/usr/sbin/accton /var/account/pacct
ExecReload=/usr/sbin/accton /var/account/pacct
ExecStop=/usr/sbin/accton off
RemainAfterExit=yes

View File

@ -4,7 +4,7 @@
Summary: Utilities for monitoring process activities
Name: psacct
Version: 6.6.4
Release: 11%{?dist}
Release: 12%{?dist}
License: GPLv3+
URL: http://www.gnu.org/software/acct/
@ -133,6 +133,10 @@ touch /var/account/pacct && chmod 0600 /var/account/pacct
%changelog
* Thu Oct 28 2021 Jan Rybar <jrybar@redhat.com> - 6.6.4-12
- post-rotate script aligned with systemd usage
- Resolves: rhbz#2015020
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 6.6.4-11
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688