Marcus Meissner
194484d226
- Converted rc file to systemd unit file. - Fixed a bug where the accounting file wasn't reopened after logrotate, because force-reload isn't implemented. OBS-URL: https://build.opensuse.org/request/show/177928 OBS-URL: https://build.opensuse.org/package/show/Base:System/acct?expand=0&rev=28
16 lines
223 B
Plaintext
16 lines
223 B
Plaintext
/var/account/pacct {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 640 root root
|
|
postrotate
|
|
/usr/bin/systemctl restart acct.service
|
|
endscript
|
|
}
|
|
|
|
|