forked from pool/vsftpd
dbac437174
- Use valid separator for logrotate config file. [bsc#1192179] OBS-URL: https://build.opensuse.org/request/show/1056286 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=173
15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
/var/log/vsftpd.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size +1024k
|
|
notifempty
|
|
missingok
|
|
create 600 root root
|
|
sharedscripts
|
|
postrotate
|
|
pgrep vsftpd && killall -HUP vsftpd || exit 0
|
|
endscript
|
|
}
|