summarylogtreecommitdiffstats
path: root/acct
diff options
context:
space:
mode:
Diffstat (limited to 'acct')
-rw-r--r--acct4
1 files changed, 2 insertions, 2 deletions
diff --git a/acct b/acct
index d3b4fb77439b..c81b88d3ac19 100644
--- a/acct
+++ b/acct
@@ -1,6 +1,6 @@
# Logrotate file for acct
-/var/log/acct/acct {
+/var/log/account/pacct {
compress
delaycompress
notifempty
@@ -9,7 +9,7 @@
create 0600 root root
postrotate
if /usr/bin/systemctl --quiet is-active acct.service ; then
- /usr/sbin/accton /var/log/acct/acct | /usr/bin/grep -v "Turning on process accounting." | /usr/bin/cat
+ /usr/sbin/accton /var/log/account/pacct | /usr/bin/grep -v "Turning on process accounting, file set to '/var/log/account/pacct'." | /usr/bin/cat
fi
endscript
}