Merge pull request #88887 from mweinelt/vsftpd
vsftpd: listen on both address families
This commit is contained in:
commit
414e1c6305
@ -116,7 +116,8 @@ let
|
|||||||
userlist_file=${cfg.userlistFile}
|
userlist_file=${cfg.userlistFile}
|
||||||
''}
|
''}
|
||||||
background=YES
|
background=YES
|
||||||
listen=YES
|
listen=NO
|
||||||
|
listen_ipv6=YES
|
||||||
nopriv_user=vsftpd
|
nopriv_user=vsftpd
|
||||||
secure_chroot_dir=/var/empty
|
secure_chroot_dir=/var/empty
|
||||||
${optionalString (cfg.localRoot != null) ''
|
${optionalString (cfg.localRoot != null) ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user