2007-01-15 23:40:43 +00:00
|
|
|
/var/log/vsftpd.log {
|
|
|
|
compress
|
|
|
|
dateext
|
|
|
|
maxage 365
|
|
|
|
rotate 99
|
|
|
|
size=+1024k
|
|
|
|
notifempty
|
|
|
|
missingok
|
|
|
|
create 600 root root
|
|
|
|
sharedscripts
|
|
|
|
postrotate
|
2015-06-23 08:52:14 +00:00
|
|
|
pgrep vsftpd && killall -HUP vsftpd
|
2007-01-15 23:40:43 +00:00
|
|
|
endscript
|
|
|
|
}
|