forked from pool/vsftpd
- fix bnc#713588 - bogus logrotate config for vsftpd call /sbin/killproc -HUP /usr/sbin/vsftpd like init script - change the url and service file to the new location at security.appspot.com/vsftpd OBS-URL: https://build.opensuse.org/request/show/84442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=25
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
|
|
}
|