SHA256
1
0
forked from pool/vsftpd
vsftpd/vsftpd.logrotate
Sascha Peilicke cb25971f02 Accepting request 84442 from network
- 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
2011-09-22 12:48:06 +00:00

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
}