forked from pool/vsftpd
3f0e2115fc
security.appspot.com/vsftpd OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=20
15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
/var/log/vsftpd.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
create 600 root root
|
|
sharedscripts
|
|
postrotate
|
|
/sbin/killproc -HUP /usr/sbin/vsftpd
|
|
endscript
|
|
}
|