SHA256
1
0
forked from pool/acct
acct/logrotate.acct

16 lines
227 B
Plaintext

/var/log/account/pacct {
compress
dateext
maxage 365
rotate 99
size=+4096k
notifempty
missingok
create 640 root root
postrotate
/usr/bin/systemctl restart acct.service
endscript
}