mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
15 lines
197 B
Text
15 lines
197 B
Text
|
/var/log/pacct {
|
||
|
create 640 root utmp
|
||
|
daily
|
||
|
# Keep 4 weeks of backlog
|
||
|
rotate 28
|
||
|
compress
|
||
|
missingok
|
||
|
prerotate
|
||
|
/sbin/accton
|
||
|
endscript
|
||
|
postrotate
|
||
|
/sbin/accton /var/log/pacct
|
||
|
endscript
|
||
|
}
|