forked from pool/vsftpd
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
|
/var/log/vsftpd.log {
|
||
|
compress
|
||
|
dateext
|
||
|
maxage 365
|
||
|
rotate 99
|
||
|
size=+1024k
|
||
|
notifempty
|
||
|
missingok
|
||
|
create 600 root root
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
killall -HUP vsftpd
|
||
|
endscript
|
||
|
}
|