blob: af6213434cd9675ab4c594b53dd4dcb3e66c10b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Logrotate file for acct
/var/account/pacct {
compress
delaycompress
notifempty
daily
rotate 31
create 0600 root root
missingok
postrotate
/etc/init.d/acct --quiet --ifstarted restart
endscript
}
|